Are suggestions and discussion regarding spamassassin rules discussed here?

The GUARANTEED_100_PERCENT tested should be expanded to phrases like "100% safe" "100% satisfaction", etc.

Some spam about HGH are getting through, because the HGH are being spaced out with several non-ascii characters. The present test is:

body __HG_HORMONE /\b(?:human growth hormone|(?-i:HGH)|H.G.H)\b/i

This didn't catch:
Advanced H.-G.-H is the best H.-G.-H formula for the lowest price.

I suggest changing the rule to something like this (or whatever is the proper way to do it):

body __HG_HORMONE /\b(?:human growth hormone|(?-i:HGH)|H\W*G\W*H)\b/i

And phrases should be added to catch all that spam regarding savings on meds! Like searching subject lines for save savings + drugs meds prescription, etc.

Mark


------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to