On Thu, 2009-04-09 at 17:10 -0500, McDonald, Dan wrote: > I notice that uribl is listing livejournal.com as a util_rb_2tld host, > but http://daryl.dostech.ca/sa-update/sare/90_2tld.cf doesn't have > livejournal.com yet, and updates_spamassassin_org/25_uribl.cf has > livejournal.com listed in uridnsbl_skip_domain. > > If I were to add util_rb_2tld livejournal.com to local-foo.cf, would the > presence of uridnsbl_skip_domain prevent it from being checked? And if > so, how do I "unskip" that domain?
Apparently, it works just as expected out-of-the-box, no need to un-skip for util_rb_2tld. $ grep -h livejournal.com {updates,90}*/* uridnsbl_skip_domain juno.com kernel.org livejournal.com lycos.com util_rb_2tld livejournal.com And from the X-Spam-Report header: * 3.0 URIBL_BLACK Contains an URL listed in the URIBL blacklist * [URIs: inaceyoo.livejournal.com] -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; 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; }}}