https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6490
--- Comment #4 from [email protected] 2011-05-03 17:42:01 UTC --- Look at the patch. It requires an AFFIRMATIVE none result. This means: 1) For a prior "Received-SPF" or "Authentication-Results" header, it must state "none" as the result. 2) For a DNS lookup via the SPF-lookup function (both the old and new ones are still supported), that function must return "none." If the DNS lookup fails, those functions return "tempfail" which does NOT set the "NONE" result flag. therefore, as long as Mail::SPF behaves properly, so does this function. SPF results of "temperror", "permerror", or "policy" (introduced in RFC 5451) will all set the "spf_checked" flag to 1, but NO other result flags. You should have looked at the patch before commenting. The issue is already avoided. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
