Hello,
A lot of spams are getting through with simple dollar amounts and links and certain words, so I'm trying to make a meta rule that hits those. The word matches work, and I have a link match working, but I'm having trouble matching the dollar amount. Nothing seems to work.
I've tried...
/\$[1-9][0-9]+\.[0-9][0-9]/ /\$199\.95/ (the amount in my test spam)
...and some other wacky combinations like /\$[0-9]+/
All the amounts are over $10.00 (most are over $100.00). I've tried body and rawbody. This is with SA 2.63 and Perl 5.005_03, which I can't upgrade :(. I'm not a Perl guru but I do understand a bit about regex, and I dunno why this isn't working. Any help would be appreciated.
Thanks, Josh