----- Original Message ----- 
From: "Brett Romero" <[EMAIL PROTECTED]>

> Yes - everything is installed and the init.pre has the correct entry for
> SPF..  How can I double check that it is working?  Especially -
> Mail::SPF::Query.

Try piping a message directly through SA with the following:

spamassassin -dtD < /path/to/test-message

Look for specific SFP output like the following:
=====
debug: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC
debug: plugin: registered Mail::SpamAssassin::Plugin::SPF=HASH(0x8c8859c)

debug: registering glue method for check_for_spf_helo_pass
(Mail::SpamAssassin::Plugin::SPF=HASH(0x8c85a20))
debug: SPF: checking HELO (helo=mail.apache.org, ip=209.237.227.199)
debug: SPF: trimmed HELO down to 'apache.org'
debug: SPF: query for /209.237.227.199/apache.org: result: none, comment:
SPF: domain of sender apache.org does not designate mailers

debug: registering glue method for check_for_spf_softfail
(Mail::SpamAssassin::Plugin::SPF=HASH(0x8c85a20))
debug: SPF: relayed through one or more trusted relays, cannot use
header-based Envelope-From, skipping
debug: registering glue method for check_for_spf_pass
(Mail::SpamAssassin::Plugin::SPF=HASH(0x8c85a20))
debug: registering glue method for check_for_spf_helo_softfail
(Mail::SpamAssassin::Plugin::SPF=HASH(0x8c85a20))
debug: registering glue method for check_for_spf_helo_fail
(Mail::SpamAssassin::Plugin::SPF=HASH(0x8c85a20))
=====

Bill

Reply via email to