I had 8 as ok, 7 as 301, all the rest were 403 and 404.
Kris
-----Original Message----- From: discuss-bounces@lists.surbl.org [mailto:discuss- bounces@lists.surbl.org] On Behalf Of Eric Montréal Sent: Friday, December 16, 2005 3:59 AM To: SURBL Discussion list Subject: Re: [SURBL-Discuss] 'Geocities Spam' ... a miracle ?
wget http://nospam.mailpeers.net/rip_spammy.txt -Orip.txt;for i in $(egrep -i '^http:[0-9a-z/_-.]*\bgeocities\b[0-9a-z/_-.]*$'<rip.txt);do echo -n "$i - ";wget -T3 -t3 -w3 --spider -U"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)" $i 2>&1|grep 'awaiting'|cut -d'.' -f4|cut -d' ' -f2-;done;rm -f rip.txt
Are they all 403 or 404 ?
Kristopher Austin wrote:
I had 8 as ok, 7 as 301, all the rest were 403 and 404.
Kris
Did you test them all, or only Geocities ?
If you tested Tripod, it's normal to get 301 followed by 200. That's a redirection to their 'Terms of service violation' page.
Naturally, this is counted as a closed site (I might even add some brownie points for this since it's a sure sign Tripod actually saw a violation and took action against it)
Eric.