https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6819

          Priority: P2
            Bug ID: 6819
          Assignee: [email protected]
           Summary: Avoiding some DNS lookup failure warnings
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: SVN Trunk (Latest Devel Version)
         Component: Libraries
           Product: Spamassassin

Just documenting some small changes to avoid some DNS-related warnings:

dns: cannot create Net::DNS::Packet, but new_dns_packet() was called:
  unexpected null domain label
  at /usr/local/lib/perl5/site_perl/5.17.2/mach/Net/DNS/Question.pm line 81.
  at /usr/local/lib/perl5/site_perl/5.17.2/Mail/SpamAssassin/DnsResolver.pm
  line 473.
(still don't know its cause, improved logging of a failure)

plugin: eval failed: Can't call method "data" on an undefined value
  at /usr/local/lib/perl5/site_perl/5.17.2/Mail/SpamAssassin/DnsResolver.pm
  line 562.
(consequence of the above)

completed_lookup_callback: URI-A, key=A:reba b324.storedrugs.ru
  at /usr/local/lib/perl5/site_perl/5.16.0/Mail/SpamAssassin/Plugin/URIDNSBL.pm
  line 1179.
Use of uninitialized value $hname in concatenation (.) or string
  at /usr/local/lib/perl5/site_perl/5.16.0/Mail/SpamAssassin/Plugin/URIDNSBL.pm
  line 1005.
(*as a consequence of a domain name with spaces, which happens
  to exist: 
    $ host "reba b324.storedrugs.ru"
    reba\032b324.storedrugs.ru has address 95.163.104.80
  which came from: <a href="http://Reba B324.storedrugs.ru/item/...>
*)

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

Reply via email to