http://bugzilla.spamassassin.org/show_bug.cgi?id=3467
Summary: uri_to_domain should only return domain with valid tlds
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
In bug 3427, I have reported that SA trunk generates more uris than exist from
the list, these uris could be subsequently fed into uri_to_domain. If one
examines most of the uri they are of the form http://somword.gif. Since .gif is
not a valid TLD, it would be better if uri_to_domain did not return anything for
this case
Maybe this could be handled inside
Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain($uri)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.