http://bugzilla.spamassassin.org/show_bug.cgi?id=4619
------- Additional Comments From [EMAIL PROTECTED] 2005-10-13 22:33 ------- Perl experts - Is this a correct way to merge the test for AF_INET6 being defined in with the test for IO::Socket::INET6 in DnsResolver.pm? use constant HAS_SOCKET_INET6 => eval { require IO::Socket::INET6; defined AF_INET6 }; and then we would not need the eval block later on that tests for AF_INET6 defined? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.