sieve rule needed
Marc G. Fournier
scrappy at hub.org
Thu Mar 24 13:35:29 EST 2005
On Thu, 24 Mar 2005, Scott Balmos wrote:
>>
>> 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?
Sorry, figured that everyone else was probably getting this too, since it
seems to be 'standard spam' nowadays :(
garbage == those messages whose subjects are all "non-ASCII" characters
...
----
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
More information about the Info-cyrus
mailing list