You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by du...@apache.org on 2005/11/17 20:10:36 UTC

svn commit: r345308 - /spamassassin/rules/trunk/sandbox/duncf/25_replace.cf

Author: duncf
Date: Thu Nov 17 11:10:33 2005
New Revision: 345308

URL: http://svn.apache.org/viewcvs?rev=345308&view=rev
Log:
Whoops! Learn how to use the ReplaceTags plugin

Modified:
    spamassassin/rules/trunk/sandbox/duncf/25_replace.cf

Modified: spamassassin/rules/trunk/sandbox/duncf/25_replace.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/trunk/sandbox/duncf/25_replace.cf?rev=345308&r1=345307&r2=345308&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/duncf/25_replace.cf (original)
+++ spamassassin/rules/trunk/sandbox/duncf/25_replace.cf Thu Nov 17 11:10:33 2005
@@ -1,14 +1,11 @@
 ifplugin Mail::SpamAssassin::Plugin::ReplaceTags
 
-# use tags from 25_replace.cf
-
 body		T_FUZZY_STOCK	/(?!stock)<S><T><O><C><K>/i
 describe	T_FUZZY_STOCK	Obfuscates the word "stock"
+replace_rules	T_FUZZY_STOCK
 
 test		T_FUZZY_STOCK	fail Stock
-
-# this is failing; "make test TEST_FILES=t/rule_tests.t" will repro it
-# test		T_FUZZY_STOCK	ok St0ck
+test		T_FUZZY_STOCK	ok St0ck
 
 
 endif