https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8109
Bug ID: 8109
Summary: DecodeShortURLs should support refresh header
Product: Spamassassin
Version: 4.0.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Plugins
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
DecodeShortURLs will already parse the location header, which is expected.
However, some redirectors will instead use the refresh header, which will work
well in a browser, but not so much with the plugin.
One example of this is the marketing redirector public.heyloyalty.com,
frequently seen in newsletters. It will return a 302, but only with a refresh
header, no location header.
Example response:
refresh: 0; url=http://example.com/
(Original and target URLs omitted for privacy reasons)
It would be nice if the plugin was able to also parse, process and follow this.
--
You are receiving this mail because:
You are the assignee for the bug.