On Sat, 18 Jul 2009 03:03:16 +0930, Ron <[email protected]> wrote:
> The other thing that broke in my previous sieve script when updating
> from cmu to the dovecot sieve is this rule:
> 
> if envelope :detail "To" ["virus", "banned"] {
>         fileinto "virus";
>         stop;
> }
> 
> I don't really understand why yet, but with dovecot sieve that appears
> to actually match every mail, whether they have a +virus extension in
> the local part or not.
> 
> Changing the rule to this seems to work ok though:
> 
> if envelope :contains :localpart "To" ["+virus", "+banned"] {
>         fileinto "virus";
>         stop;
> }
> 
> Not sure if it's an issue with envelope, :detail, or just my
> misunderstanding of sieve right now, but since it's also a
> 'regression' from 1.1.16 with cmusieve, I figured I'd pass it
> along early before it bites other people too.
> 
> Thanks!
> Ron

What setting do you have for sieve_subaddress_sep in your config file, or
are you just keeping the default?

Joel



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to