You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2005/03/23 23:27:17 UTC

svn commit: r158848 - spamassassin/trunk/rules/25_replace.cf

Author: felicity
Date: Wed Mar 23 14:27:17 2005
New Revision: 158848

URL: http://svn.apache.org/viewcvs?view=rev&rev=158848
Log:
need to escape hashes so as to not be a comment...  ReplaceTags related.

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

Modified: spamassassin/trunk/rules/25_replace.cf
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/rules/25_replace.cf?view=diff&r1=158847&r2=158848
==============================================================================
--- spamassassin/trunk/rules/25_replace.cf (original)
+++ spamassassin/trunk/rules/25_replace.cf Wed Mar 23 14:27:17 2005
@@ -53,7 +53,7 @@
 replace_tag	Y	[y\xff\xfd\xa5j]
 replace_tag	Z	[zs]
 replace_tag	IMG	(?:jpe?g|gif|png)
-replace_tag	SP	[\s\d_*\$\%(),.:;?!}{\[\]|\/?^#~\xa1`'+-]
+replace_tag	SP	[\s\d_*\$\%(),.:;?!}{\[\]|\/?^\#~\xa1`'+-]
 replace_tag	CUR	[\$\xa5\xa3\xa4\xa2]
 
 endif   # Mail::SpamAssassin::Plugin::ReplaceTags