http://bugzilla.spamassassin.org/show_bug.cgi?id=3997
------- Additional Comments From [EMAIL PROTECTED] 2005-04-12 04:02 ------- Just a quick coment that Jonathan's test method sounds reasonable to me. He also identifies a very specific sequence of events that apparently leads to the bug: 'the first DNS query is made using "search" which ends up calling "send_udp" not bg_send. The issue is that the port used by that lookup (the one using "search") is reused (due to persistent_udp) for the first lookup using bg_send. Subsequent lookups with bg_send will indeed create a new port. It's the first use of bg_send that fails.' ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.