http://bugzilla.spamassassin.org/show_bug.cgi?id=4619
------- Additional Comments From [EMAIL PROTECTED] 2005-10-16 07:20 ------- Elan, Having IPv6 in the kernel and not having an IPv6 address for the nameservers is the usual situation, and usually not a problem. Can you run either spamd or spamassassin with the -D option and attach the debug log that results here? I could probably make the test socket use the first nameserver in resolv.conf to make it a bit more realistic of a test, but I would like to get a bit better of an idea why it is failing in your case. If IPv6 is enabled in your kernel and you have IO::Socket::INET6 installed, then why shouldn't you be able to create a socket using IO::Socket::INET6 and an IPv4 address? What version of Net::DNS and IO::Socket::INET6 are you running? This should tell you: perl -MNet::DNS -e 'print Net::DNS->VERSION . "\n";' perl -MIO::Socket::INET6 -e 'print IO::Socket::INET6->VERSION . "\n";' ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
