3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] spamassassin rule...
FromSent OnAttachments
Brian S. MeehanSep 19, 2005 5:43 pm 
Jerry AmundsonSep 19, 2005 10:19 pm 
Brian S. MeehanSep 20, 2005 10:07 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] spamassassin rules questionActions...
From:Brian S. Meehan (bri@meehanontheweb.com)
Date:Sep 20, 2005 10:07:05 am
List:net.sourceforge.lists.courier-users

Geeze, silly me, I forgot the \ before the [ and ]

Methinks I shouldn't work that late at night...

Thanks Jerry! (and yes, I know it was off topic for this list.)

b

On Tue, September 20, 2005 01:15, Jerry Amundson wrote:

On Mon September 19 2005 19:46, Brian S. Meehan wrote:

I checked out the URL at http://wiki.apache.org/spamassassin/WritingRules and can't seem to get a rule to work in /etc/mail/spamassassin/local.cf

Here's what I've got so far:

header LOCAL_SPAM_SUBJECT_RULE Subject =~ /[SPAM]/i score LOCAL_SPAM_SUBJECT_RULE 2.0 describe LOCAL_SPAM_SUBJECT_RULE This looks for the word spam in the subject

Checking the headers reveals that it didn't hit the rule. I even tried restarting spamd.

Anyone have any thoughts?

Many, some actually meaningful... Have you tried this? header LOCAL_SPAM_SUBJECT_RULE Subject =~ /\[SPAM\]/i