http://bugzilla.spamassassin.org/show_bug.cgi?id=3997
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
Target Milestone|3.1.1 |3.1.0
------- Additional Comments From [EMAIL PROTECTED] 2005-04-07 22:09 -------
In bug 4249 Jonathan Larmour points out that some Net::DNS "search()" sockets
may be being reused by bgsend when they shouldn't.
All of the instances of search() are resolving to A records (which is what we
are seeing mix ups with), and bgsend (which is utilized by the bulk of our
queries) requires a new socket for every connection anway, so...
r160513 disables persistent_(tcp|udp) sockets in both Dns.pm and URIDNSBL.pm.
We'll see if this fixes the problem and worry about rewriting Dns.pm to use a
single socket later (which I seem to have working, but need to check
portability).
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.