https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7746
Bug ID: 7746
Summary: Mail::SPF returns apparently defunct explanation URL
for SPF failures
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Plugins
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
When SPF fails, the generated SA rule hit header contains a URL for explaining
the rejection, for example:
SPF_FAIL SPF: sender does not match SPF record (fail)
* [SPF failed: Please see
http://www.openspf.net/Why?s=mfrom;id=wondersofalaska%40teesfortogo.com;ip=216.194.119.194;r=ga.impsec.org]
The openspf.net (and openspf.org) websites appear to be having long-term
reachability issues and may be defunct, so this URL isn't currently very
useful.
If openspf.net *is* defunct, we should provide an analysis URL that works, or
not provide it at all.
The URL is currently the default as provided by Mail::SPF (which is fairly old
now). It is possible to override it - see
https://metacpan.org/pod/Mail::SPF::Server
An upstream bug should probably be filed with CPAN to get the default fixed,
but that doesn't help current SA installs, so we should probably override
anyway.
--
You are receiving this mail because:
You are the assignee for the bug.