http://bugzilla.spamassassin.org/show_bug.cgi?id=4412
------- Additional Comments From [EMAIL PROTECTED] 2005-08-17 11:51 -------
Subject: Re: [review] DnsResolver.pm/connect_sock() fails on IPv6 resolver
address
> The patch passes make test on my system, but I don't understand what is
going on
> with this part of the patch that removes two lines of code
>
> - $self->{dest} = sockaddr_in($self->{res}->{port},
> - inet_aton($self->{res}->{nameservers}[0]));
The OP mentioned that inet_aton as coded was incompatable with IPV6. I
suspect that may be related to why the code was removed. Perhaps the
correct solution is similar to the code you posted for IPV6, and a test to
decide which method to use.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.