Displaying 2 results from an estimated 2 matches for "a890258aa5a9".
2010 Jan 27
0
Seen Flag doesn't work using imapflags
...he removeflag command, thus breaking your script.
The essence of the bug we face now is that for the deprecated imapflags
extension (that you are using now) only the flag state at the end of the
script is used for storing messages. This is now fixed:
http://hg.rename-it.nl/dovecot-1.2-sieve/rev/a890258aa5a9
You can work around this issue by substituting "imapflags" with
"imap4flags" in the script above. I've added some proper tests to the
test suite to prevent this problem from re-occuring in the future.
Regards,
Stephan.
2010 Feb 15
1
sieve addflag has stopped working
Dovecot 1.2.10 in Debian, using Dovecot sieve.
I have a sieve script, generated by Ingo, that's supposed to mark spam messages
as "Seen" and file them into the Junk folder. In part it reads:
require ["regex", "body", "imapflags", "fileinto"];
if exists "X-Spam-Flag" {
addflag "\\Seen";
fileinto