Loren: Thanks for the suggestion. I tried it but I am getting a parsing error with no details when I do a spamassassin --lint. I am running on 2.64. Is this rule using something that is not in that version ?
Thanks, Ron -------------------------------------------------------------------- Ron Nutter [EMAIL PROTECTED] Network Infrastructure & Security Manager Information Technology Services (502)863-7002 Georgetown College Georgetown, KY 40324-1696 -------------------------------------------------------------------- -----Original Message----- From: Loren Wilton [mailto:[EMAIL PROTECTED] Sent: Saturday, September 17, 2005 8:19 AM To: users@spamassassin.apache.org Subject: Re: Spam with Re[2]: or Re[4]: Subject: RE: Spam with Re[2]: or Re[4]: Using the following as a rule set, spam with the above subject line is still getting through - # Check for bad RE[ tag header BAD_RE_TAG Subject =~ /\b"Re"\[\b/i score BAD_RE_TAG 6.0 What am I doing wrong ? Probably severa things, starting with the quotation marks. Try the following, but give it a low score to start - I almost guarantee it will FP! header MY_BAD_RE Subject =~ /^\s{0,10}Re\s{0,5}\[\d+(?:\/\d+)?\]/i Loren (BTW, that is untested, so may have problems.)