http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5813
Summary: several TLDs are not parsed by URI text scanner in
PerMsgStatus.pm
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: spamassassin
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
"Schemeless" URI text strings such as example.com which do not begin with http:
or https: or ftp: or mailto: www. or ftp. are checked to see if they have a
domain that is a valid TLD. That check is done in PerMsgStatus.pm with a regexp
that has a comment saying that it was generated from a list of TLDs in
Util/RegistrarBoundaries.pm
The following URIs are not detected by that regexp, even though they are in the
table in Util/RegistrarBoundaries.pm.
Prefixing these URIs with 'www.' so they are processed through that table does
cause them to be detected:
example.asia
example.cat
example.cv
example.cx
example.cy
example.cz
example.jobs
example.mobi
example.tel
example.travel
example.xxx
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.