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 2004/09/10 15:11:57 UTC

[Bug 3769] New: More standard .ar subdomains for RegistrarBoundaries.pm

http://bugzilla.spamassassin.org/show_bug.cgi?id=3769

           Summary: More standard .ar subdomains for RegistrarBoundaries.pm
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: Libraries
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: el.baby@gmail.com


Hi, I just noticed Mail::SpamAssassin::Util::RegistrarBoundaries and browsing it
I saw there were a few standard .ar subdomains missing.

--- RegistrarBoundaries.pm.orig Fri Sep 10 09:49:42 2004
+++ RegistrarBoundaries.pm      Fri Sep 10 10:07:07 2004
@@ -69,6 +69,7 @@
 #
 $THREE_LEVEL_DOMAINS = qr( (?:
   demon\.co\.uk |
+  esc\.edu\.ar |

   # http://www.neustar.us/policies/docs/rfc_1480.txt
   [^\.]+\.${US_STATES}\.us )
@@ -106,6 +107,10 @@
   net\.ae |
   org\.ae |
   com\.ar |
+  edu\.ar |
+  gov\.ar |
+  int\.ar |
+  mil\.ar |
   net\.ar |
   org\.ar |
   co\.at |


FTR, edu.ar is for research and educational institutions, esc.edu.ar for schools
, gov.ar for the national, provicial and cities' governments and related
institutions, int.ar for local representations of international organizations,
and mil.ar for the armed forces.

There's yet another 2ndLD in .ar, '.uba.ar' for the Universidad de Buenos Aires,
the largest and oldest University in the country, with so many subdomains, that
it got its own domain... so you could also add a line for it:

--- RegistrarBoundaries.pm.orig Fri Sep 10 09:49:42 2004
+++ RegistrarBoundaries.pm      Fri Sep 10 10:11:32 2004
@@ -69,6 +69,7 @@
 #
 $THREE_LEVEL_DOMAINS = qr( (?:
   demon\.co\.uk |
+  esc\.edu\.ar |

   # http://www.neustar.us/policies/docs/rfc_1480.txt
   [^\.]+\.${US_STATES}\.us )
@@ -106,8 +107,13 @@
   net\.ae |
   org\.ae |
   com\.ar |
+  edu\.ar |
+  gov\.ar |
+  int\.ar |
+  mil\.ar |
   net\.ar |
   org\.ar |
+  uba\.ar |
   co\.at |
   ac\.at |
   com\.au |



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