On Tue, 2008-03-18 at 20:00 -0400, Matt Kettler wrote: > Arvid Ephraim Picciani wrote: > > urm, i just figured those geocity sites are all on the URIBL. but sa > > doesn't > > seem to check those. any hint how to add it? > > It should be on by default if you've got a reasonably recent version of > Net::DNS installed.
Err, you sure, Matt? :) This sounds more like a question regarding util_rb_2tld to me, since the default DNS tests include top level domains for .com only. Arvid, try googling for that string. It has been mentioned (to avoid the word "leaked" ;) on this list a few times. And FWIW, bug 5777 holds a long-ish and heated discussion. https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5777 guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}