Hello Scot, Tuesday, November 9, 2004, 2:57:27 PM, you wrote:
SH> I have a rule for a client that causes all of his Movable Type comment SH> emails NOT to be tagged as spam even if SA thinks they are: SH> # Allow blog comments to be delivered SH> header MT_SUBMISSION Subject =~ /somestring// SH> describe MT_SUBMISSION Subject: blog comment SH> score MT_SUBMISSION -20 SH> This rule does not seem to be working in SA3 -- some comment SH> emails are being tagged as spammy and he's missing them. How would SH> I rewrite this rule to work under SA3? Have you tried "spamassassin --lint" on the rule? That ending // appears to be invalid. Bob Menschel