Ed Abbott wrote: > > My domain name, websiterepairguy.com, is causing > spamassassin to give a false positive. > > Here are the tests that all give a false positive for > websiterepairguy.com: > > 1.5 URIBL_RHS_DOB Contains an URI of a new domain (Day Old Bread) > 0.6 URIBL_PH_SURBL Contains an URL listed in the PH SURBL blocklist > 4.5 URIBL_AB_SURBL Contains an URL listed in the AB SURBL blocklist > 1.6 URIBL_WS_SURBL Contains an URL listed in the WS SURBL blocklist > 1.2 URIBL_JP_SURBL Contains an URL listed in the JP SURBL blocklist > 0.6 URIBL_SC_SURBL Contains an URL listed in the SC SURBL blocklist > > I've checked here to see if my domain is blocked: > > https://admin.uribl.com/
This only applies to the first rule; the rest are part of a different list: http://www.surbl.org Checking from where I'm sitting, I don't see it listed. If you're still getting hits on these rules there's a good chance that the DNS cache you're using is either modifying the negative results (ie, similar to http://www.surbl.org/faqs#opendns) or has been making too many requests to SURBL, and is now either receiving "yes it's listed" for any request, or is generating that response for some reason. As a local workaround (since your domain doesn't seem to be listed currently), I suggest adding "uridnsbl_skip_domain websiterepairguy.com" to your SpamAssassin config - that will skip doing URI blacklist lookups altogether on your domain. -kgd