https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6043
Summary: get_uri_detail_list should export "linkify" status for
parsed URIs
Product: Spamassassin
Version: 3.2.5
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [email protected]
Per Spamhaus recommendations, we run our our SpamAssassin configuration with
URIBL_SBL set to a higher than default value. We recently had a false positive
because an emailed diff contained the text "configure.ac". "configure.ac"
contains a valid TLD and it has NS records which are currently listed on the
SBL.
While one could categorize this issue to a local configuration problem, it
might be worthwhile to add some functionality to get_uri_detail_list in
PerMsgStatus so plugins can make more intelligent decisions about the kinds of
URIs contained in an email.
The SpamAssassin parse engine in the SVN tree knows which kinds of parsed URIs
are linkified via $rblonly ("configure.ac" obviously isn't), but this data
isn't exported for modules such as URIDNSBL to use.
If this functionality were available, one could assign the default (low) value
to URIBL_SBL for parsed non-linkified URIs, and a high value for all other URIs
(parsed linkified and within html) via the existing plug-in framework.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.