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/11/18 00:03:38 UTC

svn commit: rev 76182 - spamassassin/trunk/rules

Author: jm
Date: Wed Nov 17 15:03:36 2004
New Revision: 76182

Modified:
   spamassassin/trunk/rules/70_testing.cf
Log:
bug 3645: rule submission: subject rule: dollars only, into testing

Modified: spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- spamassassin/trunk/rules/70_testing.cf	(original)
+++ spamassassin/trunk/rules/70_testing.cf	Wed Nov 17 15:03:36 2004
@@ -474,3 +474,8 @@
 describe T_SPOOF_OURI	 	URL has items in odd places
 
 ##########################################################################
+
+# http://bugzilla.spamassassin.org/show_bug.cgi?id=3645
+header    T_SARE_SUB_DOLLARS    Subject =~ /^\s*(?:\w+ )?(?:\w+: )?\$\d+\s*$/
+describe  T_SARE_SUB_DOLLARS    Subject is dollar sign and numerics only
+