On Tue, 2004-05-04 at 22:10, Steve Thomas wrote: > On Tue, May 04, 2004 at 01:40:13PM -0600, Hardt, Jon is rumored to have said: > > > > I just want to allow any mail with a particular subject line string through > > SA regardless of SA score. > > In your local.cf: > > header MY_CUSTOM_RULE Subject =~ /the subject/i > describe MY_CUSTOM_RULE This mail should never be flagged as spam > score MY_CUSTOM_RULE -100 > > > Check out the man page for Mail::SpamAssassin::Conf. There's a wealth of info > there.
Wouldn't it be easier to grep the rules and find out which rule triggers on this subject and disable that rule? To disable a rule simply add score RULE_TO_BE_DISABLED 0.00 to your local.cf HTH -- # Mertens Bram "M8ram" <[EMAIL PROTECTED]> Linux User #349737 # # SuSE Linux 8.2 (i586) kernel 2.4.20-4GB i686 256MB RAM # # 5:06pm up 44 days 20:44, 6 users, load average: 0.03, 0.05, 0.00 #
