leeyc0 wrote:
>
>
> After some struggle and tracing every bit of code (including tracing
> installing cpan packages!), apparently it is a bug in the latest
> Net::DNS::Packet::Resolver::Base send_tcp function call...
>
Yes, it is caused by a bug in Net::DNS::Resolver::Base (sorry, there was a
typo before about the package name).
I have to comment a line Net/DNS/Resolver/Base.pm to fix this problem.
(below is some lines in Net/DNS/Resolver/Base.pm send_tcp function)
$buf = read_tcp($sock, $len, $self->{'debug'});
# comment this line, this should be a class property but used as a function
# apparently mixed up with Net::DNS::Packet
#$self->answerfrom($sock->peerhost);
print ';; received ', length($buf), " bytes\n"
if $self->{'debug'};
(end)
--
View this message in context:
http://old.nabble.com/the-dkim-sigature-is-valid%2C-but-still-triggered-T_DKIM_INVALID-in-mail-server-tp28178215p28186929.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.