Ramprasad <ram <at> netcore.co.in> writes: > > spamassassin -D < file 2>&1 | grep -i spf > > check the output > > which MTA do you use ? Your MTA must insert an X-Envelope-From: header > ( or similar ) > > Thanks > Ram >
Hi, After some more banging my head against the wall, I discovered that SPF checking was disabled because I wasn't loading the plugin in my init.pre. Apparently my init.pre is so old that it never included a section on SPF. So everytime I upgraded, the new version SA would never replace my old init.pre so the SPF plugin was never getting loaded. After I insert the load plugin section into init.pre and restarted spamd, SPF checking is now working. Doh! Thanks for your help.