https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6362
--- Comment #19 from Mark Martinec <[email protected]> 2010-03-09 20:36:17 UTC --- > Hudson won't be happy, working on it... r921078, r921096 I believe it will now be alright, passes tests here, still waiting for Hudson. I find it strange that SA::DnsResolver::connect_sock() is called from SA::init() -> SA::DnsResolver::reinit_post_fork() without going through reshuffling and testing DNS servers first by SA::Dns::is_dns_available(). Anyway, the new code is now bug-for-bug compatible with old in this respect. Also, removed a call to connect_sock_if_reqd() in SA::DnsResolver::nameservers, I don't think it has any purpose there, overloads the routine's functionality, and potentially makes a recursive call to connect_sock(). -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
