http://bugzilla.spamassassin.org/show_bug.cgi?id=3366
Summary: Message causes Net::DNS warnings
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Argument "" isn't numeric in numeric gt (>) at
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Net/DNS.pm
line 166.
Argument "" isn't numeric in numeric gt (>) at
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Net/DNS.pm
line 166.
from what I can tell, it's from:
debug: all '*From' addrs: [EMAIL PROTECTED] [EMAIL PROTECTED]
which results in some odd queries for "at", then at process_dnsbl_result:
my $packet = $self->{res}->bgread($query->[BGSOCK]);
the above warnings occur. imo, we should just detect that "at" is invalid and
ignore it.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.