https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7265
--- Comment #22 from Henrik Krohns <[email protected]> --- (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.
