https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6102
--- Comment #1 from Theo Van Dinter <[email protected]> 2009-04-26 13:50:05 PST --- (In reply to comment #0) > Since util_rb_2tld works nicely even with uridnsbl_skip_domain set, it should > *not* imply it. Well, yes it does, by definition actually. :) util_rb_2tld says that, in your example, "hostevo.com" is a TLD and not a domain. So it's not that there's an implication that "hostevo.com" should not be queried, in as much as "hostevo.com" is specified to be a TLD and so therefore not something that is checked via URIBLs. We have (essentially) "util_rb_2tld co.uk", should we start checking "co.uk" ? > 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. What about it? Real ones should be added to the code. The config option is there as a) a patch to push out a config until new code is released, and b) to handle not-real-but-act-like-real ones. We could tweak behaviors if we wanted to, but IMO the real solution (as mentioned in the past) is to get the URIBLs to do wildcard listings, and then we can ignore the whole boundary thing and just query the hostname that comes out of URLs. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
