Johann Spies wrote: > Mail-Followup-To: Johann Spies <[EMAIL PROTECTED]>, > users@spamassassin.apache.org, > [EMAIL PROTECTED]
Please pick only one of these two aliases to the same list. Otherwise we all see duplicate messages. > Yes, I am using the one form www.backports.org and installing > libnet-dns-perl from the same source did not seem to get my netwrork > tests going. It should have. That makes me think something else unrelated is the problem. Run SA with debugging enabled. What does it say? In particular you should see something like this. spamassassin -tD < message 2>&1 | pager debug: is Net::DNS::Resolver available? yes debug: Net::DNS version: 0.48 debug: trying (3) colorado.edu... debug: looking up NS for 'colorado.edu' debug: NS lookup of colorado.edu succeeded => Dns available (set dns_available to hardcode) debug: is DNS available? 1 If you are seeing something significantly different then I believe the problem is that you have multilple versions of Net::DNS installed and are not actually using the packaged version at all. locate Net/DNS.pm /usr/lib/perl5/Net/DNS.pm You may have other older versions hiding out in other locations. Bob