I've noticed a few false positives in one of the extended rulesets, the file is /etc/mail/spamassassin/90_FVGT.cf, and the rule is FVGT_u_DOM_START_NUM. Unforch, our domain (valid for 7 years now) is 30below.com, and a few people who like to send jokes to one another are getting flagged (the threshold is 5, and they usually score about 5.3 or so), so I wrote a "specialized" rule to try to offset the FPs.

** I are not da bestest d00dz at REs ** ;-)

[[ However, I'm not an idiot, and spamassassin --lint turned up no problems. I realize that "no problems" != "works correctly". ;-) ]]

Could anyone tell me if the followup rule to offset the 30below.com domain is coded right, and if not, could you hit me with a clue-by-4?

Thanks!
Roger "Merch" Merchberger

=-=-=-=-=-=-=-=-=-=

Follows: Rule that spanks us:

uri FVGT_u_DOM_START_NUM /[.\/@]+\d+[a-zA-Z\-]+[a-zA-Z0-9\-]*\.(com|net|biz|info|cc!
describe FVGT_u_DOM_START_NUM FVGT - domain name starts with numbers
score FVGT_u_DOM_START_NUM 1.0


Follows: Added 30below specialized rule:

uri             FVGT_u_EXC_30BELOW      /[.\/@]+30below\.com/i
describe        FVGT_u_EXC_30BELOW      FVGT - domain name offset for 30below
score           FVGT_u_EXC_30BELOW      -2.0


-- Roger "Merch" Merchberger | "Bugs of a feather flock together." sysadmin, Iceberg Computers | Russell Nelson [EMAIL PROTECTED] |



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to