
ned at unixmail
Oct 10, 2008, 9:40 AM
Post #1 of 2
(132 views)
Permalink
|
|
FB_SOFTTABS [in 72_active.cf] suggestion
|
|
Hi, I'm seeing quite a few spam lately with the string "S0ftTabs" (hits 134 spam (5.8%) in a spam corpus of 2300 from the last week). This isn't detected by the current FB_SOFTTABS rule due to obfuscation of the "o" with "0", but otherwise would be. The current rule looks like: body FB_SOFTTABS /\bsoft\s?t?abs\b/i describe FB_SOFTTABS Phrase: Softabs Would it be possible to test it with also detecting the obfuscation as I don't believe that should hit any more ham than the current rule and should increase detection for current spam. Maybe something like: body FB_SOFTTABS /\bs(o|0)ft\s?t?abs\b/i describe FB_SOFTTABS Phrase: Softabs I don't know if it would also be worth checking (a|@) at the same time although I see no hits against "t[at]bs" at present. Also, being relatively new to this list, is it best to air suggestions such as this here first for discussion or should I just go ahead a file a bug report? Regards, Ned
|