<SNIP>
subject =~ /\b(?!cartoon|croatan|carroon)c[arto]{5}n\b/i subject =~ /\b(?!downloadable)d[ownladb]{10}e\b/i subject =~ /\b(?!dripping)d[ripn]{6}g\b/i subject =~ /\b(?!ejaculating|enunciating)e[jacultin]{9}g\b/i
You can't use rules like this. The pattern "caaaaan" matches your first example. Similarly "drrrrrrg" matches the third line.
Yes, but, using meta rules for scoring and assuming we're not talking about binary data, if I don't want
(HOT && DRIPPING && WOMEN)
should I want
(HOT && DRRRRRRG && WOMEN)
?
I wouldn't score this high enough to reject the message by itself, but when combined with all the other SA rules might it not be a indicator worthy of some scoring?
-- Mike
