SA Bugzilla – Bug 3537
[review] addition of idv.hk, gov.hk, edu.hk to TWO_LEVEL_DOMAINS
Last modified: 2004-06-24 04:53:50 UTC
Hi, The following simple patch adds idv.hk, gov.hk, edu.hk to the list of TWO_LEVEL_DOMAINS in registrar boundaries .hk is handled by the existing mechanism The complete list of suffixes handled by HKDNR is found here Request that this be applied before SA 3.0 release https://www.hkdnr.net.hk/instructions/new_domain.html --- RegistrarBoundaries.pm.orig 2004-06-24 16:06:51.582514192 +0800 +++ RegistrarBoundaries.pm 2004-06-24 16:08:14.170958840 +0800 @@ -311,6 +311,9 @@ com\.hk | net\.hk | org\.hk | + gov\.hk | + edu\.hk | + idv\.hk | co\.hu | org\.hu | info\.hu |
Thanks, I've added those to the SURBL two level domain list also.
it's trivial enough that I don't have a problem going into 3.0. BTW: we generally ignore any patches not attached to the ticket (no cut-paste!)
Created attachment 2063 [details] basically the same patch, just done up slightly differently I added in the URI for the .hk information, and also did the diff from the mail SA directory instead of lib/Mail/SpamAssassin/Util so it's easier to apply.
changing summary to review state
+1
Subject: Re: [review] addition of idv.hk, gov.hk, edu.hk to TWO_LEVEL_DOMAINS +1
committed to head. r22081. thanks. :)