Attached is my current sieve script, you'll differences, modify it for
yours, and see if that helps for you.

Scott

On Fri, 8 Jun 2007 16:09:45 +0200
Giuseppe Ravasio <[EMAIL PROTECTED]> wrote:

> Alle 15:57, venerdì 8 giugno 2007, Scott M. Likens ha scritto:
> > Looks like one of those is running a sieve script, what is your
> > current script look like?
> 
> Yes... 
> my courrent sieve script is something like:
> require 
> ["fileinto","reject","vacation","imapflags","relational","comparator-i;ascii-numeric","regex","notify"];
> if
> header :contains "X-Spam-Flag" "YES"
> {
> fileinto "INBOX/Z_Spam";
> stop;
> }
> 
> the sieve script of the user with gost emails is:
> 
> if address :all :comparator "i;ascii-casemap" :is 
> ["From", "Sender", "Resent-From"] ["[EMAIL PROTECTED]",
> "[EMAIL PROTECTED]"]  { discard;
>     stop;
> }
> 
> if address :all :comparator "i;ascii-casemap" :is 
> ["From", "Sender", "Resent-From" ["[EMAIL PROTECTED]", "[EMAIL PROTECTED]"]
> { discard;
>     stop;
> }
> 
> Beppe
> ----
> Cyrus Home Page: http://cyrusimap.web.cmu.edu/
> Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
> List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
> 
> !DSPAM:46696a2180703413410412!
> 
> 


Attachment: sieve
Description: Binary data

----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to