>
> 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: [EMAIL PROTECTED]           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.
[EMAIL PROTECTED]
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

Reply via email to