Re: list of two level TLDs in SA

2006-07-31 Thread Jeff Chan
On Friday, July 28, 2006, 8:29:39 AM, Theo Dinter wrote:
 On Fri, Jul 28, 2006 at 11:27:09AM -0400, Rob McEwen (PowerView Systems) 
 wrote:
 I wasn't involved in that URIBL listing which brought this up... but, BTW, 
 I'd love to have that two level TLD in SA list handy. Therefore, can 
 someone point me in the right direction for where
 I could find SA's list of two level TLDs?

 Mail::SpamAssassin::Util::RegistrarBoundaries

 enjoy. :)


If that list comes from ours:

  http://spamcheck.freeapp.net/two-level-tlds

Then you may want to refresh it as there have been a couple
additions.

Note to anyone reading this: please don't grab our list more
often then say once a month since it only rarely updates.

(Some suboptimal coder grabbed it once *per URI* or *per message*
until we straightened him out.)

Jeff C.
-- 
Jeff Chan
mailto:[EMAIL PROTECTED]
http://www.surbl.org/



Re: list of two level TLDs in SA

2006-07-31 Thread Theo Van Dinter
On Mon, Jul 31, 2006 at 01:19:21AM -0700, Jeff Chan wrote:
 If that list comes from ours:
 
   http://spamcheck.freeapp.net/two-level-tlds
 
 Then you may want to refresh it as there have been a couple
 additions.

Neat, I'll check it out -- 135 new listings...  (the list comes from
the above plus some other sources, fwiw.)

-- 
Randomly Generated Tagline:
Carefuly proofread to see if you mispelt or out any words


pgp8N8bFUq8Pv.pgp
Description: PGP signature


list of two level TLDs in SA

2006-07-28 Thread Rob McEwen (PowerView Systems)
 ... us.tt is listed as a two level TLD in SA

I wasn't involved in that URIBL listing which brought this up... but, BTW, I'd 
love to have that two level TLD in SA list handy. Therefore, can someone 
point me in the right direction for where I could find SA's list of two level 
TLDs?

Thanks!

Rob McEwen
PowerView Systems
[EMAIL PROTECTED]



Re: list of two level TLDs in SA

2006-07-28 Thread Theo Van Dinter
On Fri, Jul 28, 2006 at 11:27:09AM -0400, Rob McEwen (PowerView Systems) wrote:
 I wasn't involved in that URIBL listing which brought this up... but, BTW, 
 I'd love to have that two level TLD in SA list handy. Therefore, can 
 someone point me in the right direction for where I could find SA's list of 
 two level TLDs?

Mail::SpamAssassin::Util::RegistrarBoundaries

enjoy. :)

-- 
Randomly Generated Tagline:
 Bender: He's a witch! 


pgp6L16emryWc.pgp
Description: PGP signature


Re: list of two level TLDs in SA

2006-07-28 Thread jdow

From: Rob McEwen (PowerView Systems) [EMAIL PROTECTED]


Thanks for your help, Theo Van Dinter!

Using your tip, I was able to find this on a web site here:

http://cpan.uwinnipeg.ca/htdocs/Mail-SpamAssassin/Mail/SpamAssassin/Util/RegistrarBoundaries.pm.html

(which I post in cause someone in the future stumbles upon this thread looking for this 
same answer but doesn't have SA source code handy)


Rob, with perl the source code is ALWAYS available:

[EMAIL PROTECTED] ~]$ ls /usr/lib/perl5/site_perl/5.8.6/Mail/SpamAssassin/Util
RegistrarBoundaries.pm

The perl language is interpreted. That's why it can take a long time
to start perl applications.

{^_-}