Hi, Running SA 3.1.1 on CentOS 4.3. It's been running fine with Razor and DCC. I noticed that SA 3.1.3 is out and went to download & compile. But when I do a "make test", I get the follow errors with network tests enabled:
t/dcc....................... Not found: dcc report = spam reported to DCC # Failed test 2 in t/SATest.pm at line 592 t/dcc.......................NOK 2 Note: this may not be an SpamAssassin bug, as DCC tests can fail due to problems with the DCC servers. t/dcc.......................FAILED test 2 Failed 1/4 tests, 75.00% okay t/debug.....................ok t/desc_wrap.................ok t/dnsbl..................... Not found: P_7 = <dns:134.88.73.210.sb.dnsbltest.spamassassin.org?type=TXT> t/dnsbl.....................ok 1/23# Failed test 2 in t/SATest.pm at line 592 t/dnsbl.....................ok 3/23 Not found: P_17 = DNSBL_SB_FLOAT # Failed test 9 in t/SATest.pm at line 592 fail #2 Not found: P_18 = DNSBL_SB_STR t/dnsbl.....................ok 4/23# Failed test 10 in t/SATest.pm at line 592 fail #3 Not found: P_16 = DNSBL_SB_TIME # Failed test 11 in t/SATest.pm at line 592 fail #4 t/dnsbl.....................FAILED tests 2, 9-11 Failed 4/23 tests, 82.61% okay Then in the summary: Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/dcc.t 4 1 25.00% 2 t/dnsbl.t 23 4 17.39% 2 9-11 11 tests skipped. Failed 2/95 test scripts, 97.89% okay. 5/2158 subtests failed, 99.77% okay. make: *** [test_dynamic] Error 255 If I compile without the network tests, then there are of course no errors. As I mentioned, DCC has been working fine on 3.1.1. When I compiled 3.1.1 a few months back, all the dnsbl tests passed on the same setup. So any hints as to what broke or what I should do before installing 3.1.3 would be appreciated. Thanks!