https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6837
--- Comment #2 from Mark Martinec <[email protected]> --- > I have 3.3.1. I didn't check to see if this is fixed in trunk but I'm > guessing someone can easily confirm this? SpamAssassin doesn't require a module IO::Socket::IP presently (3.4.0/trunk), nor in previous versions. For the time being we chose between IO::Socket::INET and IO::Socket::INET6. Some time after the 3.4.0 we may prefer the module IO::Socket::IP where available, but that time hasn't come yet. In the reported case it seems the IO::Socket::SSL tries to load the IO::Socket::IP, and in its absence it is supposed to fall back to IO::Socket::INET6 or IO::Socket::INET. Despite the eval {} around the 'require' it seems this attempt fails fatally in your case, although I don't see any obvious problem near line 85 in IO/Socket/SSL.pm version 1.76. Needs to be investigated. -- You are receiving this mail because: You are the assignee for the bug.
