http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4873
------- Additional Comments From [EMAIL PROTECTED] 2006-04-18 09:10 ------- I suspect you may need to update your versions of Socket6 and IO::Socket::INET6 from CPAN. Try this to see what versions you have installed, from the shell command line perl -MSocket6 -e 'print Socket6->VERSION . "\n";' perl -MIO::Socket::INET6 -e 'print IO::Socket::INET6->VERSION . "\n";' This will tell you the versons that you have now. Then install the latest versions from CPAN (as root) perl -MCPAN -e 'shell' install Socket6 install IO::Socket::INET6 and see if that helps. If it does, please let us know what version you had installed and what new versions you ended up with. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
