http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5790
------- Additional Comments From [EMAIL PROTECTED] 2008-01-27 16:10 -------
> > Perhaps instrumenting Net::DNS with a couple of low level prints could
> > reveal more.
>
> Probably what is needed but beyond what I can do without help.
Looks like the Net::DNS is already instrumented with some debugging
printouts, which unfortunately go to stdout (not to stderr), but
may still be useful when spamassassin is called from a command line.
To get there enabled, add debug=>1 as an argument to a call to
Net::DNS::Resolver->new in Mail/SpamAssassin/DnsResolver.pm
in sub load_resolver, e.g.:
$self->{res} = Net::DNS::Resolver->new(force_v4=>$force_ipv4, debug=>1);
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.