Matt Kettler wrote: > Casartello, Thomas wrote: > >> Hello. >> >> I am using the 3.0 line of SpamAssassin and it’s being invoked through >> amavisd-maia (Maia Mailguard.) I have a certain domain name that’s >> blocked in several of the URIDNSBL lists as “fm.interia.pl” however my >> DNSBL checks are only doing interia.pl . My OS is Fedora 10 and SA is >> installed through RPM. Is this something I can fix through configuration? >> >> > No. > > In general, SA tries only to send the first domain part after a > registrar boundary, this prevents spammers from avoiding the URIBLs (or > flooding them) by using a large number of constantly changing hostnames. > > There is a hard-coded list of domains in RegistrarBoundaries.pm which > dictates which sites which are considered a "two level domain" and thus > get a 3rd level added to the lookup (TWO_LEVEL_DOMAINS). > > That said, you *really* should consider upgrading. 3.2.x has some > improvements in this area, i.e.: expanded list of domains, although I > don't think it would fix your specific problem. Besides, how old is the > version you're running? 3.0.x doesn't even really support sa-update if > memory serves me right. (and even if it does, there have been no updates > pushed to that branch in years) >
Self correction, as per Alex (aka Yet Annother Ninja): 3.2.x supports the util_rb_2tld config option, which will allow you to do this. For some reason I couldn't find it in the docs, but I was looking at the URIBL plugin docs :)