https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7086
Bug ID: 7086
Summary: check_uri_local_bl fails to block text/plain messages
with blacklisted URLs
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Plugins
Assignee: [email protected]
Reporter: [email protected]
Created attachment 5242
--> https://issues.apache.org/SpamAssassin/attachment.cgi?id=5242&action=edit
Fix for handling text/plain-based URLs
The test for $info->{types}->{a} works for <a ...> URL's in HTML but fails to
block URL's appearing in text/plain messages.
For this, we need to check $info->{types}->{parsed} as a pseudo-URL.
--
You are receiving this mail because:
You are the assignee for the bug.