http://bugzilla.spamassassin.org/show_bug.cgi?id=4619
------- Additional Comments From [EMAIL PROTECTED] 2005-10-05 04:48 -------
(as bugzilla sucks bigtime and won't let me upload attachment: uploading file
requires to login, and when i login it says i forgot to attach file, and i have
cookies enabled (otherwise i wouldn't be posting the first attachment), and i
can't bypass proxy server which is causing all this)
then posting the second patch here:
--- /usr/share/perl5/vendor_perl/Mail/SpamAssassin/DnsResolver.pm~ 2005-09-
14 05:07:31.000000000 +0300
+++ /usr/share/perl5/vendor_perl/Mail/SpamAssassin/DnsResolver.pm 2005-10-
05 13:47:21.000000000 +0300
@@ -44,7 +44,8 @@
use IO::Socket::INET;
use Errno qw(EINVAL EADDRINUSE);
-use constant HAS_SOCKET_INET6 => eval { require IO::Socket::INET6 };
+#use constant HAS_SOCKET_INET6 => eval { require IO::Socket::INET6 };
+use constant HAS_SOCKET_INET6 => 0;
our @ISA = qw();
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.