You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Robert Chalmers <ro...@chalmers.com.au> on 2016/06/03 10:14:02 UTC

How do I tell if SPF plugin is loaded?

How do I tell if SPF is loaded ? Is there a command or a header to look for?

# Requires the Mail::SpamAssassin::Plugin::SPF plugin be loaded.

Thanks


Robert Chalmers
robert@chalmers.com <ma...@chalmers.com>.au  
Mac mini 6.2 - 2012, Intel Core i7,2.3 GHz, Memory:16 GB. El-Capitan 10.11.  XCode 7.2.1
2TB: Drive 0:HGST HTS721010A9E630. Upper bay. Drive 1:ST1000LM024 HN-M101MBB. Lower Bay





Re: How do I tell if SPF plugin is loaded?

Posted by Benny Pedersen <me...@junc.eu>.
On 2016-06-03 12:14, Robert Chalmers wrote:
> How do I tell if SPF is loaded ? Is there a command or a header to
> look for?

spamassassin 2>&1 -D --lint

hope you have bash shell on mac

else

perldoc Mail::SpamAssassin::Conf
perldoc Mail::SpamAssassin::Plugin::SPF

Re: How do I tell if SPF plugin is loaded?

Posted by Reindl Harald <h....@thelounge.net>.

Am 03.06.2016 um 12:14 schrieb Robert Chalmers:
> How do I tell if SPF is loaded ? Is there a command or a header to look for?
>
> # Requires the Mail::SpamAssassin::Plugin::SPF plugin be loaded

it is normally loaded but just look in spamd-logs or report-headers for

SPF_PASS
SPF_FAIL
SPF_SOFTFAIL
SPF_NONE