Got this output from the make test
t/blacklist........ok t/dnsrbl...........ok t/extract_urls.....ok t/mailto...........ok t/open_redirect....NOK 1# Failed test (t/open_redirect.t at line 37) t/open_redirect....NOK 2# Failed test (t/open_redirect.t at line 44) t/open_redirect....NOK 3# Failed test (t/open_redirect.t at line 52) t/open_redirect....ok 5/5# Looks like you failed 3 tests of 5. t/open_redirect....dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 1-3 Failed 3/5 tests, 40.00% okay t/spamcopuri.......ok t/whitelist........ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/open_redirect.t 3 768 5 3 60.00% 1-3 Failed 1/7 test scripts, 85.71% okay. 3/57 subtests failed, 94.74% okay. make: *** [test_dynamic] Error 29
Any pointers ?
Kindest Regards
Hi!
t/open_redirect....NOK 2# Failed test (t/open_redirect.t at line 44) t/open_redirect....NOK 3# Failed test (t/open_redirect.t at line 52) t/open_redirect....ok 5/5# Looks like you failed 3 tests of 5. t/open_redirect....dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 1-3 Failed 3/5 tests, 40.00% okay t/spamcopuri.......ok t/whitelist........ok Failed Test Stat Wstat Total Fail Failed List of Failed
t/open_redirect.t 3 768 5 3 60.00% 1-3 Failed 1/7 test scripts, 85.71% okay. 3/57 subtests failed, 94.74% okay. make: *** [test_dynamic] Error 29
Did you try to install via CPAN ? So it can try to get the dependencies ?
perl -MCPAN -e shell install Mail::SpamAssassin::SpamCopURI
Bye, Raymond.