Jeff Chan wrote: > My question may have been suboptimal. Is there a version of SA > that will work correctly with some version of Net::DNS, or is the > only solution the versions with the built-in resolver that Daryl > referred to (i.e. those not using Net::DNS at all)?
I don't see where Daryl referred to that. Can you give me a link to an archived email in case for some reason I am missing it? In any case, even the latest 3.1 trunk version uses Net::DNS. Are you referring to Mail::SpamAssassin::DnsResolver.pm that was introduced in 3.1? It uses Net::DNS, but handles backgrounding the resolver queries itself. That's how we fixed the out of order packets, so you really need SpamAssassin 3.1.x if you want to avoid that problem. That should work with Net::DNS version 0.49 or higher, with the caveat that I think that Net::DNS versions 0.50, and maybe a couple more after it were unstable. -- sidney
