----- Original Message ----- From: "Bill Landry" <[EMAIL PROTECTED]>
To: "Brett Romero" <[EMAIL PROTECTED]>; <users@spamassassin.apache.org>
Sent: Monday, October 04, 2004 1:00 PM
Subject: Re: SPF not working
----- 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
All of these entries are in the debug. So far, everything is setup and running as it should. Just nothing coming through on the reporting. Any suggestions?
Thanks for all of the help.
Brett