[Dovecot] sieve & vacation - ignores "days" parameter
Jacek Osiecki
joshua at hybrid.pl
Wed Sep 30 13:00:14 EEST 2009
Hi,
I am going further with dovecot configuration.
Finally managed to configure roundcube 0.3 with managesieve plugin.
And it works, although... not perfectly :(
For some issues probably roundcube-managesieve is guilty, but simply the
sieve plugins seems to work wrong.
Here is my sieve file:
require ["vacation","fileinto"];
# rule:[wakacje]
if anyof (true)
{
vacation :days 7 text:
I am on vacation
.
;
}
# rule:[silver-save]
elsif allof (header :is "From" "joshua at hybrid.pl")
{
fileinto "myown";
stop;
}
And it seems, that sieve ignores ":days 7" parameter. Every time
I send the email to this account, I receive the automatic answer.
Maybe I misconfigured something? Where does vacation plugin store
the information on emails that have already received the automatic
answer?
Best regards,
--
Jacek Osiecki joshua at ceti.pl GG:3828944
I don't want something I need. I want something I want.
More information about the dovecot
mailing list