RE: [DNS] Whois & Spam

RE: [DNS] Whois & Spam

From: Adam Matthews <adam§echo-host.net>
Date: Thu, 21 Jul 2005 13:49:01 +1000
Charge people $x to get the email address from the whois data. Fine to let
them have the other details such as NS and expiry etc etc. But if your
charging them for the email address, a smallish amount, they might think
twice, throw that one around ;)

Adam

-----Original Message-----
From: Bill Rogers [mailto:ansearchwatch&#167;yahoo.co.uk] 
Sent: Thursday, 21 July 2005 1:35 PM
To: dns&#167;dotau.org
Subject: Re: [DNS] Whois & Spam

> 
> Don't have the energy to prove your point... cop
> out! If it is easy as you
> say it shouldn't take that much energy.
> 

Adrian,

Here I'll do you a favour, why don't you get one of
your experts to run this little bit of code of course
substituting in the correct values and a few tweaks
here and there. You may get your own list of 10,000
emails

for ($i = 0; $i = 10000; $i +=1){
use LWP::UserAgent;
$Agent = new LWP::UserAgent;
$Agent->agent('Mozilla/3.0');
$Agent->proxy('http', $PROXY);		

$URL =
"http://whois.ausregistry.com.au/index.php?domain=CONTACT%20ID%20D";
$URL .= $i;
$URL .= "-AR";
		
$FETCH = new HTTP::Request GET => "$URL";
	
$RESPONSE= $TheAgent -> request ($FETCH);
&PARSERESPONSE;
}

Bill


	
	
		
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with
voicemail http://uk.messenger.yahoo.com

---------------------------------------------------------------------------
List policy, unsubscribing and archives => http://dotau.org/
Please do not retransmit articles on this list without permission of the 
author, further information at the above URL.
Received on Fri Oct 03 2003 - 00:00:00 UTC

This archive was generated by hypermail 2.3.0 : Sat Sep 09 2017 - 22:00:08 UTC