Hi!
Naturally these scores are something you could alter, and most likely you
should ;)
Sorry, that is bad advice. Do not do that.
1. Make sure you have the required modules as specified in the INSTALL
document (Net::DNS and Mail::SPF::Query)
You are right. I noticed they were added to the default scores in 3.0.x
50_scores.cf:score SPF_PASS -0.001
50_scores.cf:score SPF_FAIL 0 0 0 0.875
50_scores.cf:score SPF_SOFTFAIL 0.500 0.842 0.500 0.500
50_scores.cf:score SPF_HELO_PASS -0.001
50_scores.cf:score SPF_HELO_FAIL 0 0.405 0 0.001
50_scores.cf:score SPF_HELO_SOFTFAIL 0 1.002 0 3.140
2. Put this single line into init.pre which should be in
/etc/spamassassin or /etc/mail/spamassassin:
------- start of cut text --------------
loadplugin Mail::SpamAssassin::Plugin::SPF
------- end ----------------------------
Thanks.
Raymond.