On Sat, 27 Sep 2008 20:09:37 -0400, Chris Lewis wrote: > I've extended the async dnsbl plugin to do scoring. It occured to me a > few days ago that DNSBLs with negative scores (DNSWLs) should be treated > as a hit if they get a timeout or other failure. This has prompted me > to comment about checking ids too. > > The stock one doesn't do scoring, and hence can't do DNSWL. You want my > code? You might not like my logging conventions however ;-)
Like I said, the async version doesn't suffer from this bug, because it uses ParaDNS which checks the id fields (but doesn't do 0x20 checking - I wish I knew enough to be able to extend it to do so).