SA Bugzilla – Bug 3054
SA won't obey custom INVALID_MSGID score
Last modified: 2004-02-18 07:11:20 UTC
Using SA's 2.63 spamd, I am unable to assign a custom score to the INVALID_MSGID tag. Attempting to set it in /etc/mail/spamassassin/local.cf via: score INVALID_MSGID 2.0 does not generate any error but messages received after the new rules have been loaded continue to score INVALID_MSGID as per the default found in /usr/share/spamassassin/50_scores.cf.
Subject: Re: New: SA won't obey custom INVALID_MSGID score On Tue, Feb 17, 2004 at 09:11:14AM -0800, bugzilla-daemon@bugzilla.spamassassin.org wrote: > Using SA's 2.63 spamd, I am unable to assign a custom score to the INVALID_MSGID tag. Attempting to set it in /etc/mail/spamassassin/local.cf via: > > score INVALID_MSGID 2.0 > > does not generate any error but messages received after the new rules have been loaded continue to score INVALID_MSGID as per the default found in /usr/share/spamassassin/50_scores.cf. Have you restarted spamd? Are other configuration options in the same file used? Does "spamassassin --lint" report any errors? If the answers are Yes, Yes, No, then run spamd with -D and see what the debug output says.
overriding scores definitely works, so closing as wfm.