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 2021/05/28 01:34:32 UTC

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

Author: jhardin
Date: Fri May 28 01:34:32 2021
New Revision: 1890257

URL: http://svn.apache.org/viewvc?rev=1890257&view=rev
Log:
adjust score limit of RCVD_DOTEDU_SHORT and exclude ALL_TRUSTED

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=1890257&r1=1890256&r2=1890257&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Fri May 28 01:34:32 2021
@@ -3361,9 +3361,9 @@ score      RCVD_DOTEDU_SUSP_URI        3
 tflags     RCVD_DOTEDU_SUSP_URI        publish
 
 meta       __RCVD_DOTEDU_SHORT         __RCVD_DOTEDU_EXT && ( __HTML_IMG_ONLY || __BODY_URI_ONLY || __HTML_LENGTH_1024_1536 )
-meta       RCVD_DOTEDU_SHORT           __RCVD_DOTEDU_SHORT && !__FS_SUBJ_RE && !__HAS_LIST_ID 
+meta       RCVD_DOTEDU_SHORT           __RCVD_DOTEDU_SHORT && !ALL_TRUSTED && !__FS_SUBJ_RE && !__HAS_LIST_ID
 describe   RCVD_DOTEDU_SHORT           Via .edu MTA + short message
-score      RCVD_DOTEDU_SHORT           2.500	# limit
+score      RCVD_DOTEDU_SHORT           1.500	# limit
 tflags     RCVD_DOTEDU_SHORT           publish
 
 meta       __RCVD_DOTEDU_SUSP          __RCVD_DOTEDU_EXT && ( MIME_QP_LONG_LINE || __TVD_SPACE_RATIO || __FROM_RUNON || __USING_VERP1 )