Displaying 1 result from an estimated 1 matches for "tracsvil".
Did you mean:
tracphil
2010 Nov 10
1
Sieve problem with managesieve
I have a problem with a sieve script..
my config is dovecot 1.2.15 with managesieve, and roundcube.
Now i have this script WORKING:
--
require ["fileinto"];
# rule:[TracSvil]
if anyof (header :contains "From" "xxx at example.com")
{
fileinto "INBOX.Trac Svil";
stop;
}
--
And this script NOT working:
require ["fileinto"];
# rule:[TracSvil]
if anyof (header :is "From" "trac at ardeek.com")
{
fileinto "I...