Re: New header rule syntax question

2004-11-10 Thread Robert Menschel
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

Re: New header rule syntax question

2004-11-10 Thread Theo Van Dinter
On Tue, Nov 09, 2004 at 02:57:27PM -0800, Scot Hacker wrote: > header MT_SUBMISSION Subject =~ /somestring// > > This rule does not seem to be working in SA3 -- some comment emails are > being tagged as spammy and he's missing them. How would I rewrite this rule > to work under SA3? You have one

New header rule syntax question

2004-11-09 Thread Scot Hacker
I have a rule for a client that causes all of his Movable Type comment emails NOT to be tagged as spam even if SA thinks they are: # Allow blog comments to be delivered header MT_SUBMISSION Subject =~ /somestring// describe MT_SUBMISSION Subject: blog comment score MT_SUBMISSION -20 This rule do