spamassassin SPF_FAIL score

Questions and answers about how to do stuff
Post Reply
Odon Garma
Posts: 33
Joined: 08 May 2017 14:10

spamassassin SPF_FAIL score

Post 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?
maxkmv
Posts: 52
Joined: 28 Apr 2015 14:40

Re: spamassassin SPF_FAIL score

Post 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)
Post Reply