You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by kb...@apache.org on 2008/08/20 22:15:44 UTC

svn commit: r687446 - /spamassassin/rules/trunk/sandbox/kb/70_misc.cf

Author: kb
Date: Wed Aug 20 13:15:44 2008
New Revision: 687446

URL: http://svn.apache.org/viewvc?rev=687446&view=rev
Log:
Oops. Reverse logic.


Modified:
    spamassassin/rules/trunk/sandbox/kb/70_misc.cf

Modified: spamassassin/rules/trunk/sandbox/kb/70_misc.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/kb/70_misc.cf?rev=687446&r1=687445&r2=687446&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/kb/70_misc.cf (original)
+++ spamassassin/rules/trunk/sandbox/kb/70_misc.cf Wed Aug 20 13:15:44 2008
@@ -93,5 +93,9 @@
 
 header THREAD_INDEX_HEX  Thread-Index =~ /^[a-z0-9]{30}/
 
-header THREAD_INDEX_BAD  Thread-Index =~ m,^A[a-z0-9][A-Za-z0-9+/]{27}(?:[A-Za-z0-9+/]{20})?(?:[AQgw]==|[A-Za-z0-9+/]{7}|[A-Za-z0-9+/]{13}[AEIMQUYcgkosw048]=)$,
+header __THREAD_INDEX_GOOD  Thread-Index =~ m,^A[a-z0-9][A-Za-z0-9+/]{27}(?:[A-Za-z0-9+/]{20})?(?:[AQgw]==|[A-Za-z0-9+/]{7}|[A-Za-z0-9+/]{13}[AEIMQUYcgkosw048]=)$,
+
+header __HAS_THREAD_INDEX  exists:Thread-Index
+
+meta   THREAD_INDEX_BAD  __HAS_THREAD_INDEX && !__THREAD_INDEX_GOOD