http://bugzilla.spamassassin.org/show_bug.cgi?id=4260
------- Additional Comments From [EMAIL PROTECTED] 2005-05-10 21:30 ------- I have a coding question: In DnsResolver there is a sub new_dns_packet that used to do some things in addition to calling Net::DNS::Packet->new. The extra things it did have gone away, so I don't see any reason to keep the function, especially since it is only called in one place in the same file. The question I have is why new_dns_packet wrapped the call to Net::DNS::Packet->new in an eval block, and if that would be necessary in bgsend where new_dns_packet is called. Or is it correct to replace the call to new_dns_packet with a call to Net::DNS::Packet->new without any eval? ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.