https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5886
Summary: One of the plugins is misinterpreting a %40 when trying
to query a domain.
Product: Spamassassin
Version: 3.2.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: Plugins
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
<a href="/hwebmail/services/go.php?url=mailto%3AXXXXX%40cox.net"
target="_blank"><font color="#0000ff" size="3"><u>[EMAIL
PROTECTED]</u></font></a>
The above line is triggering the URIBL_BLACK test as the domain "40cox.net" is
listed in that particular uribl list. The problem here is that the parser is
treating the %40cox.net as a literal '40cox.net'. However, %40 is the HTML
code for '@' which I believe is a proper way to encode that string.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.