Ken Murchison wrote:

Marc G. Fournier wrote:


<...snip...>

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 ...


Just off the top of my head (its been so long since I wrote the regex draft I'm not sure I remember the syntax):

# the subject consists of nothing but non-printable characters
if header :regex  :comparator "i;octet" "subject" "^[^[:print:]]+$" {
  discard;
}


That *looks* like it'd be it. I would've said something along the same lines, but I couldn't remember what the appropriate regex magic incantation and wand-waving was.


--Scott

---
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