>First, make sure you're using SpamAssassing 2.63. If you're not, upgrade. >the SpamCopURI tool has to patch the SA code directly, and AFAIK that only >works for 2.63.
>After that, I'd check to see if the install went correctly. > Locate EvalTests.pm, it should be somewhere under >Mail/SpamAssassin/SpamAssassin in your perl libs directory. > 2) see if the Mail::SpamCopURI install patched this file correctly: > grep "check_spamcop_uri_rbl" EvalTests.pm I am using 2.63 grep "check_spamcop_uri_rbl" EvalTests.pm < --- Nothing found :( Here is the output of my make test: PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/blacklist........ok t/dnsrbl...........ok t/extract_urls.....ok t/mailto...........ok t/open_redirect....ok t/spamcopuri.......ok t/whitelist........ok All tests successful. Files=7, Tests=57, 27 wallclock secs (22.31 cusr + 0.92 csys = 23.23 CPU) Don't understand what's failing when it says it's "OK"... Argh Steve