You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jh...@apache.org on 2020/11/25 01:26:10 UTC

svn commit: r1883808 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Author: jhardin
Date: Wed Nov 25 01:26:09 2020
New Revision: 1883808

URL: http://svn.apache.org/viewvc?rev=1883808&view=rev
Log:
MSMAIL_PRI_HIGH S/O too low to use, disable. Add __ORDER_TODAY_MANY for eval, should have added it last time

Modified:
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf?rev=1883808&r1=1883807&r2=1883808&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Wed Nov 25 01:26:09 2020
@@ -3327,10 +3327,9 @@ meta        MSMAIL_PRI_ABNORMAL        _
 describe    MSMAIL_PRI_ABNORMAL        Email priority often abused
 score       MSMAIL_PRI_ABNORMAL        1.500	# limit
 
-meta        MSMAIL_PRI_HIGH            __MSMAIL_PRI_HIGH && !ALL_TRUSTED && !__FROM_LOWER && !__RDNS_SHORT 
-describe    MSMAIL_PRI_HIGH            Email priority often abused
-score       MSMAIL_PRI_HIGH            1.500	# limit
-
+#meta        MSMAIL_PRI_HIGH            __MSMAIL_PRI_HIGH && !ALL_TRUSTED && !__FROM_LOWER && !__RDNS_SHORT 
+#describe    MSMAIL_PRI_HIGH            Email priority often abused
+#score       MSMAIL_PRI_HIGH            1.500	# limit
 
 
 # Phishing? 11/2020
@@ -3343,7 +3342,7 @@ header      __REPLYTO_NOREPLY          R
 
 body        __ORDER_TODAY              /\border (?:it|one|yours) (?:today|now)\b/i
 tflags      __ORDER_TODAY              multiple maxhits=4
-
+meta        __ORDER_TODAY_MANY         __ORDER_TODAY > 3