I'm testing SPF with SA 3.0-SVN. In my local.cf I have internal_networks 66.35.69/24 192.168/16 127/8
Where 66.35.69 is the external network, 127 is localhost (postfix content filter), 192.168 is for the backend mail stores. Using a test message sent from hotmail and via spamassassin -D I get the following: debug: registering glue method for check_for_spf_helo_pass (Mail::SpamAssassin::Plugin::SPF=HASH(0x8a3c808)) debug: SPF: checking HELO (helo=hotmail.com, ip=65.54.245.87) debug: SPF: trimmed HELO down to 'hotmail.com' debug: SPF: query for /65.54.245.87/hotmail.com: result: none, comment: SPF: domain of sender hotmail.com does not designate mailers ... .. debug: registering glue method for check_for_spf_softfail (Mail::SpamAssassin::Plugin::SPF=HASH(0x8a3c808)) debug: SPF: relayed through one or more trusted relays, cannot use header-based Envelope-From, skipping My question is, because my local relay is defined in internal_networks is SA skipping certain SPF checks (SPF_PASS, SPF_FAIL, etc) Thanks, Jeremy
