I've added the following rules to my SpamAssassin ruleset this weekend to try to keep winning this losing battle:
score HABEAS_SWE -5.0
header SUBJECT_RE_XXX Subject =~/^Re: [A-Z]+,(?: [a-z]+){3}$/
describe SUBJECT_RE_XXX Spammy subject RE
score SUBJECT_RE_XXX 2.0
rawbody BODY_LOTS_OF_WORDS/(?: [a-z]+){20,}/
describe BODY_LOTS_OF_WORDS Body contains a bunch of lower case words
score BODY_LOTS_OF_WORDS 1.5
header SUBJECT_CHEAP_MEDS Subject =~/^Cheap Meds/
describe SUBJECT_CHEAP_MEDS Selling Xanax, Valium, Viagra, Soma...
score SUBJECT_CHEAP_MEDS 5.0
rawbody BODY_CONTAINS_XANAX/[Xx].?[Aa].?[Nn].?[Aa].?[Xx]/
describe BODY_CONTAINS_XANAX Body contains XANAX
score BODY_CONTAINS_XANAX 0.8
rawbody BODY_CONTAINS_VALIUM/[Vv].?[Aa].?[Ll].?[Ii].?[Uu].?[Mm]/
describe BODY_CONTAINS_VALIUM Body contains VALIUM
score BODY_CONTAINS_VALIUM 0.7
rawbody BODY_CONTAINS_VIAGRA/[Vv].?[Ii].?[Aa].?[Gg].?[Rr].?[Aa]/
describe BODY_CONTAINS_VIAGRA Body contains VIAGRA
score BODY_CONTAINS_VIAGRA 0.9
meta BODY_LOTS_OF_DRUGS (BODY_CONTAINS_XANAX && BODY_CONTAINS_VALIUM && BODY_CONTAINS_VIAGRA)
describe BODY_LOTS_OF_DRUGS Somebody is selling prescription drugs
score BODY_LOTS_OF_DRUGS 6.0
header UNLIMITED_ORGASMS Subject =~/^Give her unlimited orgasms/i
describe UNLIMITED_ORGASMS Annoying graphic advert
score UNLIMITED_ORGASMS 10
SWEET (Score:1)
-biz-
Re:SWEET (Score:2)
I'm currently using this for those spams:
annoying spam (Score:1)
Those damned recent "Hi" spams.
rjbs