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 2018/10/24 01:34:49 UTC

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

Author: jhardin
Date: Wed Oct 24 01:34:49 2018
New Revision: 1844715

URL: http://svn.apache.org/viewvc?rev=1844715&view=rev
Log:
More FRNAME_IN_MSG tuning

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=1844715&r1=1844714&r2=1844715&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Wed Oct 24 01:34:49 2018
@@ -2463,16 +2463,17 @@ full       __FROM_NAME_IN_MSG         /^
 meta       FRNAME_IN_MSG_XPRIO_NO_SUB (__FROM_NAME_IN_MSG && __XPRIO && (__SUBJECT_EMPTY || __SUBJ_SHORT)) && !__DKIM_EXISTS  && !__SUBJ_NOT_SHORT && !ALL_TRUSTED
 describe   FRNAME_IN_MSG_XPRIO_NO_SUB From name in message + X-Priority + short or no subject
 score      FRNAME_IN_MSG_XPRIO_NO_SUB 2.500	# limit
+tflags     FRNAME_IN_MSG_XPRIO_NO_SUB publish
 
-meta       FRNAME_IN_MSG_XPRIO        (__FROM_NAME_IN_MSG && __XPRIO && !(__SUBJECT_EMPTY || __SUBJ_SHORT)) && !__DKIM_EXISTS  && !__SUBJ_NOT_SHORT && !ALL_TRUSTED
-describe   FRNAME_IN_MSG_XPRIO        From name in message + X-Priority
-score      FRNAME_IN_MSG_XPRIO        2.500	# limit
-tflags     FRNAME_IN_MSG_XPRIO        publish
+meta       __FRNAME_IN_MSG_XPRIO      (__FROM_NAME_IN_MSG && __XPRIO && !(__SUBJECT_EMPTY || __SUBJ_SHORT))
+#describe   FRNAME_IN_MSG_XPRIO        From name in message + X-Priority
+#score      FRNAME_IN_MSG_XPRIO        2.500	# limit
+#tflags     FRNAME_IN_MSG_XPRIO        publish
 
-meta       FRNAME_IN_MSG_NO_SUBJ      (__FROM_NAME_IN_MSG && (__SUBJECT_EMPTY || __SUBJ_SHORT) && !__XPRIO) && !__DKIM_EXISTS && !__ANY_IMAGE_ATTACH && !ALL_TRUSTED
-describe   FRNAME_IN_MSG_NO_SUBJ      From name in message + short or no subject
-score      FRNAME_IN_MSG_NO_SUBJ      2.500	# limit
-tflags     FRNAME_IN_MSG_NO_SUBJ      publish
+meta       __FRNAME_IN_MSG_NO_SUBJ    (__FROM_NAME_IN_MSG && (__SUBJECT_EMPTY || __SUBJ_SHORT) && !__XPRIO)
+#describe   FRNAME_IN_MSG_NO_SUBJ      From name in message + short or no subject
+#score      FRNAME_IN_MSG_NO_SUBJ      2.500	# limit
+#tflags     FRNAME_IN_MSG_NO_SUBJ      publish
 
 
 rawbody    __HTTP_REFRESH             /<meta\s[^>]{0,200}"refresh"/ism