SA Bugzilla – Bug 6013
URIBLs should support util_rb_3tld
Last modified: 2008-11-24 08:17:40 UTC
Now especially that spaces.live.com spam is around, there seems to be an illogical function in SA. Why is domain splitted from URIs? I can understand that for querying for NSs, but it makes no sense for direct URIBL query. I fixing this requires modifying of uri_to_domain to return both splitted and full hostname? And using the full hostname to launch bl queries.
Ok I didn't know that all that is for saving DNS queries and URIBL won't support wildcards. Discussion can be found on uribl-discuss. I guess the only quick fix is to implement uri_rb_3tld.
or uri_full (otherwise, next spammer trick will force a uri_rb_4tld and so on).
Created attachment 4396 [details] fix applied to trunk fixed, adding to trunk... : 69...; svn commit -m "bug 6013: add 'util_rb_3tld', allowing 3-level TLDs to be listed in URIBLs and allowing new 3TLDs to be added from rule updates" Sending lib/Mail/SpamAssassin/Conf.pm Sending lib/Mail/SpamAssassin/Util/RegistrarBoundaries.pm Sending t/uri.t Transmitting file data ... Committed revision 720217.
closing