You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/12/14 17:27:37 UTC

[Bug 5749] New: URI parsing / HTML Renderer and p + h tags

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5749

           Summary: URI parsing / HTML Renderer and p + h tags
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Libraries
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: felicity@apache.org


The URI "me.to" got parsed out of this which ended up causing an FP due to URIBL
hits for the domain of that name.  Seems like the HTML Renderer really ought to
deal better w/ p + h tags:

" super fresh burger & a pint and super fresh sno w, sounds perfect to
me.</p><h2>To Be Young</h2> "



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5749] URI parsing / HTML Renderer and p + h tags

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5749





------- Additional Comments From jm@jmason.org  2007-12-17 01:50 -------
on the one hand, that could be tricky since it's pretty trivial to write CSS to
cause </p><h2> to render as "".  However on the other hand, the resulting
"me.to" string would not be a link.  On the third hand, we already list domains
appearing in mail in the URI list, regardless of whether they're linkable or not...



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.