Bug 3054 - SA won't obey custom INVALID_MSGID score
Summary: SA won't obey custom INVALID_MSGID score
Status: RESOLVED WORKSFORME
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 2.63
Hardware: PC Linux
: P5 normal
Target Milestone: 3.0.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-17 09:11 UTC by Daniel DeVoe
Modified: 2004-02-18 07:11 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel DeVoe 2004-02-17 09:11:13 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.
Comment 1 Theo Van Dinter 2004-02-17 09:14:25 UTC
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.

Comment 2 Theo Van Dinter 2004-02-18 16:11:20 UTC
overriding scores definitely works, so closing as wfm.