http://bugzilla.spamassassin.org/show_bug.cgi?id=3858
Summary: URI parsing error
Product: Spamassassin
Version: 3.0.0
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Attached will be a) SARE rule which tests for http:....http: within single
URI, b) email which seems to exercise parsing error, c) SA -D output showing
URI parse error.
The attached rule developed by SARE includes the test:
uri __SARE_URI_SQUARE2 m{(?!http://http:)http://[a-z0-9/?&=%_-]{0,10}http:}i
The attached email from TigerDirect (ham) does not include any URIs that
should match this rule, but it does. The --debug output shows
debug: uri found: http:///%
22http://www.tigerdirect.com/applications/SearchTools/search.asp
even though a search of the email file shows no http:///%22http string
anywhere within it.
There is an apparent HTML error within the email,
<FORM name=searchFRM
action=../"http://www.tigerdirect.com/applications/SearchTools/search.asp
method=get>
which I'm guessing causes problems for the parser, but I may be wrong about
the cause.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.