sieve rule needed

Scott Balmos sbalmos at members.simunex.com
Thu Mar 24 12:11:58 EST 2005


>
> does anyone have a rule for sieve that will disregard emails coming in
> with a subject that just contains garbage?
>
> I can't even cut-n-paste an example ... :(
>
> ----
> Marc G. Fournier           Hub.Org Networking Services
> (http://www.hub.org)
> Email: scrappy at hub.org           Yahoo!: yscrappy              ICQ:
> 7615664
> ---
> Cyrus Home Page: http://asg.web.cmu.edu/cyrus
> Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
> List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
>
>

if header :contains "Subject" "garbage"
{
discard;
}

:D

Kind of hard to develop an exact, programmatic definition of what
"garbage" is, right?

-- 
Scott Balmos
President - SimuNex, Ltd.
sbalmos at members.simunex.com
http://www.simunex.com


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




More information about the Info-cyrus mailing list