Re: [Dovecot] pigeonhole sieve imapflags bug

2010-08-21 Thread Stephan Bosch
[oops, apparently I didn't reply this to the list] Tim Traver wrote: Hi all, ok, I just instealled the dovecot 2.0.0 release, and the latest mercurial pigeonhole source. All is well, except for a particular sieve rule that may not be working right. It is a simple rule that looks like this :

Re: [Dovecot] pigeonhole sieve imapflags bug

2010-08-20 Thread Timo Sirainen
On Fri, 2010-08-20 at 00:58 -0700, Tim Traver wrote: > if allof (header :contains "Subject" "Account Past Due Notice") > { > fileinto "Billing"; > setflag "\\Seen"; > stop; > } > > Anyways, what happens is the message that matches that rule does indeed > get moved to the "B

[Dovecot] pigeonhole sieve imapflags bug

2010-08-20 Thread Tim Traver
Hi all, ok, I just instealled the dovecot 2.0.0 release, and the latest mercurial pigeonhole source. All is well, except for a particular sieve rule that may not be working right. It is a simple rule that looks like this : require ["fileinto","imap4flags"]; # rule:[Past Due Notices] if allof