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/04/25 23:48:34 UTC

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

Author: quinlan
Date: Sun Apr 25 14:48:33 2004
New Revision: 10263

Modified:
   incubator/spamassassin/trunk/rules/70_testing.cf
Log:
tweak T_BAD_TIMEZONE_CST*


Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf	(original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf	Sun Apr 25 14:48:33 2004
@@ -755,4 +755,5 @@
 
 # No, you can't make up those funny numbers.
 header T_BAD_TIMEZONE_EST	ALL =~ /[+-]\d\d[30]0(?<!-0500|-0300|\+1000|\+1100) \(?EST\)?\b/
-header T_BAD_TIMEZONE_CST	ALL =~ /[+-]\d\d[30]0(?<!-0600|-0400|\+0800|\+0930) \(?CST\)?\b/
+header T_BAD_TIMEZONE_CST_A	ALL =~ /[+-]\d\d[30]0(?<!-0600|-0400|\+0800|\+0930) \(?CST\)?\b/
+header T_BAD_TIMEZONE_CST_B	ALL =~ /[+-]\d\d[30]0(?<!-0600|-0400|\+0800|\+0930|\+1030) \(?CST\)?\b/