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...@issues.apache.org on 2010/04/16 00:56:46 UTC

[Bug 6411] New: Missing 'co.cc' TLD

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6411

           Summary: Missing 'co.cc' TLD
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: lromanov@cisco.com


Spamassassin misses domains such as 'foo.co.cc'.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6411] Missing 'co.cc' TLD

Posted by bu...@issues.apache.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6411

--- Comment #2 from Michael Parker <pa...@pobox.com> 2010-04-16 11:53:06 EDT ---
How does that help someone doing something like this?

use Mail::SpamAssassin::Util::RegistrarBoundaries;

my ($hostname, $domain) =
Mail::SpamAssassin::Util::RegistrarBoundaries::split_domain('www.foo.co.cc');

print "$hostname -- $domain\n";

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6411] Missing 'co.cc' TLD

Posted by bu...@issues.apache.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6411

--- Comment #3 from Karsten Bräckelmann <gu...@rudersport.de> 2010-04-16 12:35:13 EDT ---
$ grep co.cc 20_aux_tlds.cf
util_rb_2tld co.cc

M::SA::Conf util_rb_2tld adds it to M::SA::Util::RegistrarBoundaries
TWO_LEVEL_DOMAINS, which is what split_domain() uses.

co.cc is not an official second level TLD, and thus properly set-up in the
flexible 20_aux_tlds.cf, rather than hard-coded.

Not a bug IMHO.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6411] Missing 'co.cc' TLD

Posted by bu...@issues.apache.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6411

AXB <al...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.uribl@gmail.com

--- Comment #1 from AXB <al...@gmail.com> 2010-04-16 02:22:24 EDT ---
(In reply to comment #0)
> Spamassassin misses domains such as 'foo.co.cc'.

20_aux_tlds.cf includes co.cc
so it should be detected without any problems

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6411] Missing 'co.cc' TLD

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

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |kmcgrail@pccc.com
         Resolution|                            |INVALID

--- Comment #4 from Kevin A. McGrail <km...@pccc.com> 2011-10-29 02:08:17 UTC ---
Appears invalid.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.