Hello, I see that in SA 3x, the scores have changed. I would like to increase/decrease the scores of come criterias. Espacielly the BAYES_99 test.
My /etc/spamassassin/50_scores.cf file does not contain any indication about it, and I see it's scored 1.9 instead of the 1 told by the heading comment of that file. How should I do to change it ?
In /etc/mail/spamassassin/local.cf add a line like this one:
score BAYES_99 2.5
Avoid editing files in /usr/share/spamassassin, they get trampled during upgrades and also are harder to track down typos in.
After editing, be sure to run spamassassin --lint (checks for errors, should just exit quietly if all is well).
Also, if you use spamd, restart it. If you use mailscanner, do a "service MailScanner reload".