That did the trick for me. I'm picking up hits right and left! Thanks.
Don
On Tue, 13 Apr 2004, Kevin Hanser wrote:
-----Original Message----- From: Don Newcomer [mailto:newcomer@dickinson.edu] Sent: Tuesday, April 13, 2004 14:22 To: SURBL Discussion List Subject: [SURBL-Discuss] SURBL test
I'm in the process of building SpamCopURI 0.09 on a Tru64 UNIX v5.1B box using Perl 5.8.3. The 'make test' phase failed on only one test:
PERL_DL_NONLAZY=1 /usr/ucb/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bad..............ok t/blacklist........ok t/cache............ok t/dnsrbl...........ok 4/6# Failed test (t/dnsrbl.t at line 25) t/dnsrbl...........NOK 5# Looks like you failed 1 tests of 6. t/dnsrbl...........dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/6 tests, 83.33% okay
Don,
Someone else posted on the MailScanner list a fix that got me past this problem. On line 25 of the dnsrbl.t file, change the IP address from 211.147.224.30 to 127.0.0.2. That seems to make the test complete properly...
I think someone also said that it was fixed in the next version, but one of the developers should be able to confirm that...
k