I am using Cyrus-IMAP 2.0.16 with Sieve enabled, and managing it with websieve. For this mailing list, I set up the following rule using websieve (as displayed by the "current rules" page):
IF 'To' contains 'info-cyrus' OR field: 'CC' contains 'info-cyrus' THEN File Into 'INBOX.Cyrus-IMAP' This rule works most of the time. What puzzles me is that some emails do not get filtered. That is, instead of getting filed into the Cyrus-IMAP mailbox, occasional emails get past Sieve and end up in my INBOX. Here is one recent email that got past it: Date: Fri, 22 Feb 2002 13:32:32 +0100 From: Simon Matter <[EMAIL PROTECTED]> To: info-cyrus <[EMAIL PROTECTED]> Subject: howto use the skiplist backend Here is another: Date: Fri, 22 Feb 2002 13:10:30 +0100 From: Simon Matter <[EMAIL PROTECTED]> To: Manuel Hendel <[EMAIL PROTECTED]> Cc: Cyrus <[EMAIL PROTECTED]> Subject: Re: unable to create lmtpunix listener socket This is puzzling, since there does not seem to be anything out of the ordinary with these emails. I did not include the full headers with the endless "Received" lines, but the "To" and "CC" lines look fine. How did these get past Sieve? Any ideas? Thanks. Chris