Arvid Ephraim Picciani wrote:
> greetings,
> with 3.2.5 i can't get custom scores working.
> i usually  added them in /etc/mail/spamassassin/x_90_scores.cf
> but that won't work anymore  so i added them at the bottom of
> /etc/mail/spamassassin/local.cf  but no luck either.
> for example i have:
>   score HTML_MESSAGE 0.1
> but sa still scores it 0.0
>
Some things to check here:

1) have you checked spamassassin --lint? This should run quietly, but if
SA is choking on your config files, it will complain.

2) have you checked spamassasssin --lint -D? Near the top of the output,
it should tell you where the site rules dir is, make sure it's still
/etc/mail/spamassassin, not somewhere else. (SA checks for a series of
directories on startup, and uses the first one it finds.. creation of
one of these could change where SA goes to read site rules, effectively
disabling your local.cf)

3) do you use spamd? Did you restart it? (spamd only loads files from
the site rules dir at startup)

4) are you sure there's not another score statement at the user_prefs level?

Reply via email to