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/02/28 23:57:33 UTC

svn commit: rev 6921 - incubator/spamassassin/trunk/rules

Author: jm
Date: Sat Feb 28 14:57:32 2004
New Revision: 6921

Modified:
   incubator/spamassassin/trunk/rules/70_testing.cf
Log:
bug 2164: catch pipe- and apostrophe obfuscation, thx to David Skoll

Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf	(original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf	Sat Feb 28 14:57:32 2004
@@ -544,3 +544,11 @@
 body T_HTML_TEXT_CONTRAST_28	eval:html_test('text_contrast_28')
 body T_HTML_TEXT_CONTRAST_30	eval:html_test('text_contrast_30')
 body T_HTML_TEXT_CONTRAST_32	eval:html_test('text_contrast_32')
+
+# bug 2164
+body T_PIPE_OBFU           /[a-z]\|[a-z]/i
+describe T_PIPE_OBFU       Words dis|guised with a pipe sym|bol
+
+body T_APOSTROPHE_OBFU     /[a-z][a-z][a-z]'[a-z][a-z][a-z]/i
+describe T_APOSTROPHE_OBFU Words dis'guised with an apos'trophe
+