At 02:01 AM 6/23/2004, [EMAIL PROTECTED] wrote:

Doing it manually was successful everytime:
# host 134.88.73.210.dnsbltest.spamassassin.org
134.88.73.210.dnsbltest.spamassassin.org has address 127.0.0.4

re-run the make test fails consistantly.


Hmm... Sounds like a bug in 3.0-pre1 and/or Net::DNS.

One more test that might narrow in on the source.

look at /etc/resolv.conf. It should list several nameservers.

ie:
nameserver 127.0.0.1
nameserver 192.168.1.2


try using dig to force a query at a specific nameserver entry and make sure they all work. I'm wondering if SA's DNS queries are only trying the first DNS server listed, but host is properly trying them all.


dig @127.0.0.1 134.88.73.210.dnsbltest.spamassassin.org

If it works, there should be an ";; ANSWER SECTION:" in the output.
ie:

;; QUESTION SECTION:
;134.88.73.210.dnsbltest.spamassassin.org. IN A

;; ANSWER SECTION:
134.88.73.210.dnsbltest.spamassassin.org. 8953 IN A 127.0.0.4

;; AUTHORITY SECTION:
<snip>




Reply via email to