Page 1 of 1

spamassassin SPF_FAIL score

Posted: 05 Apr 2019 11:22
by Odon Garma
where can i adjust the default score?

i added to /etc/mail/spamassassin/local.cf

Code: Select all

ifplugin Mail::SpamAssassin::Plugin:SPF

score SPF_FAIL 9

endif
But the result listed in GUI is always SPF_FAIL score 0

Any help?

Re: spamassassin SPF_FAIL score

Posted: 06 Apr 2019 18:22
by maxkmv
I do it in /etc/mail/spamassassin/MailScanner.cf

just go to the end of the file and type:

score SPF_FAIL 4.00
score SPF_SOFTFAIL 3.50
score SPF_HELO_FAIL 5.00

(obviously, use you own desired score)

I also reboot the VM after making these changes to see changes become effective emmediately (this may not be necessary, but my EFA is slow effecting any configuration changes, so I just reboot it)