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
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
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