You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Karsten Bräckelmann <gu...@rudersport.de> on 2009/04/26 22:28:48 UTC

Re: [Bug 6102] New: util_rb_2tld drops original domain from the list

Trying to keep the flame-war off of bugzilla. :)


> This option enables RBL lookups for the subdomains (useful with URIBL), but
> drops hostevo.com itself from the list of domains to query. Incidentally,
> hostevo.com is listed on SURBL. With the above option, it will no longer be an
> RBL hit.
> 
> Since util_rb_2tld works nicely even with uridnsbl_skip_domain set, it should
> *not* imply it.

When I was about to submit this, the following just hit my mind.

> Open issue: What about *real* second level domains? The Registrar Boundary code
> originally was meant to add new ones. RBL listings are just a very fortunate
> side-effect.

This is a problem. We can't have both with the current option, can we?

I guess (or rather hope) this will happen way too seldom, to justify a
new option. However, seriously, what about such behavior, what about
that disagreement of RBL listings?  Opinions?


> Hmm. Oh well, at the very least, this bug being closed can serve as
> documentation regarding this very fact. ;)

-- 
char *t="\10pse\0r\0dtu\0.@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; }}}