You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Justin Felker <ju...@octopi.com> on 2004/12/08 19:35:31 UTC

make test - spf fails

Hi all.

I'm installing SpamAssassin 3.0.1 onto a RedHat 7.3 server using CPAN.  
I've installed all of the required modules as well as most of the 
optional modules (including Mail::SPF::Query).  However, when I run 
through "make test," all but one test succeeds -- t/spf.

Here is the relevant output...

t/spf.......................    Not found: helo_pass =  SPF_HELO_PASS
        Not found: pass =  SPF_PASS
t/spf.......................FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
...
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/spf.t                    2    2 100.00%  1-2
5 tests skipped.
Failed 1/67 test scripts, 98.51% okay. 2/1493 subtests failed, 99.87% okay.
make: *** [test_dynamic] Error 11
  /usr/bin/make test -- NOT OK

If anyone could provide some insight on how to resolve this, I would 
greatly appreciate it.  Can I safely force the install?

Justin