You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by bi...@apache.org on 2019/01/04 05:16:52 UTC

svn commit: r1850306 - /spamassassin/trunk/rulesrc/sandbox/billcole/24_mixed_es.cf

Author: billcole
Date: Fri Jan  4 05:16:52 2019
New Revision: 1850306

URL: http://svn.apache.org/viewvc?rev=1850306&view=rev
Log:
ACTUALLY publish MIXED_ES

Modified:
    spamassassin/trunk/rulesrc/sandbox/billcole/24_mixed_es.cf

Modified: spamassassin/trunk/rulesrc/sandbox/billcole/24_mixed_es.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/billcole/24_mixed_es.cf?rev=1850306&r1=1850305&r2=1850306&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/billcole/24_mixed_es.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/billcole/24_mixed_es.cf Fri Jan  4 05:16:52 2019
@@ -4,9 +4,10 @@ if can(Mail::SpamAssassin::Conf::feature
     body            __LOWER_E       /e/
     tflags          __LOWER_E       multiple maxhits=230
     body            __E_LIKE_LETTER /<lcase_e>/
-    tflags          __E_LIKE_LETTER multiple maxhits=320 publish
+    tflags          __E_LIKE_LETTER multiple maxhits=320 
     replace_rules   __E_LIKE_LETTER 
     meta            MIXED_ES        ( ! HTML_IMAGE_ONLY_16 ) && ( __LOWER_E > 20 ) && ( __E_LIKE_LETTER > ( (__LOWER_E * 14 ) / 10) ) && ( __E_LIKE_LETTER < ( 10 * __LOWER_E ) )
-    describe        MIXED_ES        Too many es are not es
+    describe        MIXED_ES Too many es are not es
+    tflags          MIXED_ES publish
   endif
 endif