You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Doc Schneider <ma...@maddoc.net> on 2005/12/02 04:28:54 UTC

SA 3.0.5 SPF error when building

I grabbed the tarball for 3.0.5 and when I do 'make test' it gets one 
error having to do with SPF.

I've got the latest Net::DNS and Net::SPF::Query

Perl 5.8.6

Here's the dump from the make test.

[root@lists Mail-SpamAssassin-3.0.5]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic_lint................ok
t/bayesdbm..................ok
t/bayesdbm_flock............ok
t/bayessql..................ok
t/body_mod..................ok
t/cidrs.....................ok
t/db_awl_path...............ok
t/db_based_whitelist........ok
t/db_based_whitelist_ips....ok
t/dnsbl.....................ok
t/forged_rcvd...............ok
t/gtube.....................ok
t/hashcash..................ok
t/html_obfu.................ok
t/ifversion.................ok
t/ip_addrs..................ok
t/lang_pl_tests.............ok
t/mimeparse.................ok
t/nonspam...................ok
t/plugin....................ok
t/plugin_file...............ok
t/prefs_include.............ok
t/razor2....................skipped
         all skipped: no reason given
t/rcvd_parser...............ok
t/recips....................ok
t/relative_scores...........ok
t/report_safe...............ok
t/reportheader..............ok
t/reportheader_8bit.........ok
t/rule_names................ok
t/rule_tests................ok
t/rule_types................ok
t/sha1......................ok
t/spam......................ok
t/spamc.....................ok
t/spamc_B...................ok
t/spamc_c...................ok
t/spamc_c_stdout_closed.....ok
t/spamc_E...................ok
t/spamc_l...................ok
t/spamd.....................ok
t/spamd_allow_user_rules....ok
t/spamd_hup.................ok
t/spamd_ldap................skipped
         all skipped: no reason given
t/spamd_maxchildren.........ok
t/spamd_maxsize.............ok
t/spamd_parallel............ok
t/spamd_port................ok
t/spamd_protocol_10.........ok
t/spamd_report..............ok
t/spamd_report_ifspam.......ok
t/spamd_ssl.................skipped
         all skipped: no reason given
t/spamd_stop................ok
t/spamd_symbols.............ok
t/spamd_syslog..............ok
t/spamd_unix................ok
t/spamd_utf8................ok
t/spf.......................    Not found: helo_pass =  SPF_HELO_PASS
# Failed test 1 in t/SATest.pm at line 530
t/spf.......................FAILED test 1
         Failed 1/4 tests, 75.00% okay
t/sql_based_whitelist.......ok
t/strip2....................ok
t/strip_no_subject..........ok
t/stripmarkup...............ok
t/uri.......................ok
t/utf8......................ok
t/whitelist_addrs...........ok
t/whitelist_from............ok
t/whitelist_to..............ok
t/zz_cleanup................ok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/spf.t                    4    1  25.00%  1
3 tests skipped.
Failed 1/68 test scripts, 98.53% okay. 1/1567 subtests failed, 99.94% okay.
make: *** [test_dynamic] Error 29
[root@lists Mail-SpamAssassin-3.0.5]#