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/01 01:12:27 UTC

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

Author: billcole
Date: Tue Jan  1 01:12:27 2019
New Revision: 1850070

URL: http://svn.apache.org/viewvc?rev=1850070&view=rev
Log:
FP evasionn and 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=1850070&r1=1850069&r2=1850070&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/billcole/24_mixed_es.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/billcole/24_mixed_es.cf Tue Jan  1 01:12:27 2019
@@ -4,9 +4,9 @@ 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
+    tflags          __E_LIKE_LETTER multiple maxhits=320 publish
     replace_rules   __E_LIKE_LETTER 
-    meta            MIXED_ES        ( __LOWER_E > 20 ) && ( __E_LIKE_LETTER > ( (__LOWER_E * 14 ) / 10) ) && ( __E_LIKE_LETTER < ( 10 * __LOWER_E ) )
+    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
   endif
 endif