On 6/7/2005 6:13 PM +0200, Theo Van Dinter wrote:
The debug output specified what happened. The domains were all in the skip list, and SURBL and such doesn't have IPs looked up. SBL does do IPs, so it was queried.
debug: uri found: http://pics.ebaystatic.com/aw/pics/x.gif debug: uri found: http://pics.ebaystatic.com/aw/pics/spacer.gif debug: uri found: http://pages.ebay.com/help/community/png-priv.html debug: uri found: http://cgi4.ebay.com/ws1/eBayISAPI.dll?OptinLoginShow debug: uri found: http://pages.ebay.com/help/account_protection.html debug: uri found: http://212.203.31.2/.a/.a/Aw-Confirm/update/login/login.html debug: uri found: http://signin.ebay.com/eBayISAPI.dll?SignIn&ssPageName=h:h:sin:US debug: uri found: http://pics.ebaystatic.com/aw/pics/aboutme/v3/ebay_logo_39x18.gif debug: URIDNSBL: found domain ebaystatic.com in skip list debug: URIDNSBL: found domain ebaystatic.com in skip list debug: URIDNSBL: found domain ebay.com in skip list debug: URIDNSBL: found domain ebay.com in skip list debug: URIDNSBL: found domain ebay.com in skip list debug: URIDNSBL: found domain ebay.com in skip list debug: URIDNSBL: found domain ebaystatic.com in skip list debug: URIDNSBL: domains to query: 212.203.31.2 It wants to query the domain: 212.203.31.2 It does so here: debug: URIDNSBL: query for 212.203.31.2 took 1 seconds to look up (sbl.spamhaus.org.:2.31.203.212) debug: URIDNSBL: queries completed: 1 started: 0 debug: URIDNSBL: queries active: at Tue Jun 7 18:10:32 2005 So, why is URIDNSBL only asking sbl.spamhaus.org ? If i replace that ip with 127.0.0.2, spamassassin tells me this: * 0.6 URIBL_SBL Contains an URL listed in the SBL blocklist * [URIs: 127.0.0.2] So it does work, but only for sbl.spamhaus.org. This is the odd thing, because in 25_uribl.cf all the surbl.org's are enabled too. And in local.cf I added multi.uribl.com as well. Those are not queried. It only does this with IPs. Urls are checked against all the uridnsbl's. Niek Baakman