You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/08/10 00:52:25 UTC

svn commit: rev 36135 - spamassassin/trunk/t

Author: jm
Date: Mon Aug  9 15:52:24 2004
New Revision: 36135

Modified:
   spamassassin/trunk/t/html_obfu.t
Log:
trivial fix: OUR_AFFILIATE_PARTNERS had score 0 in new scores, so html_obfu.t failed as a result.

Modified: spamassassin/trunk/t/html_obfu.t
==============================================================================
--- spamassassin/trunk/t/html_obfu.t	(original)
+++ spamassassin/trunk/t/html_obfu.t	Mon Aug  9 15:52:24 2004
@@ -18,5 +18,8 @@
 q{ OPPORTUNITY } => 'OPPORTUNITY',
 );
 
+tstlocalrules ("
+        score OUR_AFFILIATE_PARTNERS 1
+");
 sarun ("-L -t < data/spam/011", \&patterns_run_cb);
 ok_all_patterns();