RE: [SAtalk] Custom Subject rules not being picked up

2004-01-20 Thread Chris Thielen
On Tue, 2004-01-20 at 14:41, David Logan wrote: > Thanks guys.. > Made the change and also I run spamassassin with mimedefang and I reread > the mimedefang file - now seems to work !! > Cheers. > > Example: > > header SUBJECT_VICODIN Subject =~ /\bvicodin\b/ > > describe SUBJECT_VICODIN Mention

RE: [SAtalk] Custom Subject rules not being picked up

2004-01-20 Thread David Logan
Subject rules not being picked up > I am having some trouble with Subject header rules to my local.cf file - > they don't seem to be getting read by spamassassin. > Example: > header SUBJECT_VICODIN Subject =~ /\bvicodin\b/ > describe SUBJECT_VICODIN Mentions vicodin > score

Re: [SAtalk] Custom Subject rules not being picked up

2004-01-20 Thread Matt Kettler
Are you sure you want that rule to be case sensitive, lower-case only? try header SUBJECT_VICODIN Subject =~ /\bvicodin\b/i (note the added i at the end) At 11:48 AM 1/20/04 +, David Logan wrote: header SUBJECT_VICODIN Subject =~ /\bvicodin\b/ describe SUBJECT_VICODIN Mentions vicodin scor

[SAtalk] Custom Subject rules not being picked up

2004-01-20 Thread David Logan
I am having some trouble with Subject header rules to my local.cf file - they don't seem to be getting read by spamassassin. Example: header SUBJECT_VICODIN Subject =~ /\bvicodin\b/ describe SUBJECT_VICODIN Mentions vicodin score SUBJECT_VICODIN 4.0 (I took this example from Chris' site http: