You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2004/05/05 01:13:41 UTC

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

Author: quinlan
Date: Tue May  4 16:13:40 2004
New Revision: 10521

Modified:
   incubator/spamassassin/trunk/rules/70_testing.cf
Log:
bug 3351: possible FROM_NO_LOWER replacements


Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf	(original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf	Tue May  4 16:13:40 2004
@@ -338,6 +338,12 @@
 # I'm curious, may help explain more ALL_TRUSTED fps
 body T_SA_MARKED_UP     /Spam detection software, running on the system /
 
+# bug 3351
+# possible replacements for FROM_NO_LOWER
+header T_FROM_NO_LOWER_1	From !~ /[a-z]/ [if-unset: x@example.com]
+header T_FROM_NO_LOWER_2	From:raw !~ /[a-z]/ [if-unset: x@example.com]
+header T_FROM_NO_LOWER_3	From:addr !~ /[a-z]/ [if-unset: x@example.com]
+
 ########################################################################
 
 # high daily volume for organization
@@ -753,3 +759,5 @@
 tflags T_S41_S9_GT_5_3 net
 tflags T_S41_S9_GT_5_4 net
 tflags T_S41_S9_GT_5_5 net
+
+########################################################################