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 jerry ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
