On 11/16/2006 12:55 PM, Justin Mason wrote:
John Wilcock writes:
Michael Scheidell wrote:
Maybe extent the regex?
I'm using /\s[+-]\d\d(?!00|30|45)\d\d$/ which seems to be working well
(though so far all the spam it's hit has been scored pretty high by
other rules anyway).
SVN trunk has:
header AXB_FAKETZ Date =~
/[\+-](?!([0-9]{2}00)|0230|0330|0530|0545|0930|1030|1130)[0-9]{4}$/
This is by Alex Broens, so it's probably in a SARE ruleset too I'd guess ;)
--j.
btw.. although it hits nicely, it also hits two Fps - forget which.
use GMD_FAKETZ which is safer
AXB