Ghost emails

Scott M. Likens damm at yazzy.org
Fri Jun 8 11:06:18 EDT 2007


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 <giuseppe_ravasio at modiano.com> 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"] ["addr1 at xxxx.edu",
> "addr2 at xyz.co.uk"]  { discard;
>     stop;
> }
> 
> if address :all :comparator "i;ascii-casemap" :is 
> ["From", "Sender", "Resent-From" ["addr3 at aaa.com", "addr4 at bcbc.com"]
> { 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!
> 
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: sieve
Type: application/octet-stream
Size: 2984 bytes
Desc: not available
Url : http://lists.andrew.cmu.edu/pipermail/info-cyrus/attachments/20070608/ddfbdda0/attachment.obj 


More information about the Info-cyrus mailing list