You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2016/07/08 05:48:12 UTC

[Bug 7265] DNS resolving breaks with Net::DNS 1.03

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7265

--- Comment #22 from Henrik Krohns <he...@hege.li> ---
(In reply to Mark Martinec from comment #21)
> 
> Don't know the reason. If it occurs infrequently this is fine
> and just the excessive warning needs fixing (a fix below).
> If "decoded 0 bytes" occurs regularly this needs investigation
> (please report the Net::DNS version if this is the case).

Using trunk again, getting warnings on everything..

Ubuntu 14.04.1
libnet-dns-perl                     0.68-1.2build1

It seems Net::DNS::Packet doesn't return length!!

return wantarray ? ( $self, $@ ) : $self;

Compared to the latest version..

return wantarray ? ( $self, $offset ) : $self;

-- 
You are receiving this mail because:
You are the assignee for the bug.