http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5239
Summary: use results from Received-SPF header where possible
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Plugins
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
The SPF plugin should (optionally, on by default) use the results found in a
*trusted* Received-SPF header. DKIM/DK probably have a standard header for
their results too.
Best way to implement it is to implement "$pms->get_trusted", which would return
only trusted headers. A "$pms->get_untrusted" would be probably be useful for
other eval tests and header rules. Pseudo-headers such as "ALL-TRUSTED" and
"ALL-UNTRUSTED" would act like the "ALL" pseudo-header.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.