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 2022/01/27 03:58:29 UTC

svn commit: r1897529 - /spamassassin/trunk/rulesrc/sandbox/billcole/80_test.cf

Author: billcole
Date: Thu Jan 27 03:58:29 2022
New Revision: 1897529

URL: http://svn.apache.org/viewvc?rev=1897529&view=rev
Log:
adding some nice tflags for subrules

Modified:
    spamassassin/trunk/rulesrc/sandbox/billcole/80_test.cf

Modified: spamassassin/trunk/rulesrc/sandbox/billcole/80_test.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/billcole/80_test.cf?rev=1897529&r1=1897528&r2=1897529&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/billcole/80_test.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/billcole/80_test.cf Thu Jan 27 03:58:29 2022
@@ -30,9 +30,13 @@ header		T_SCC_THREE_WORD_MONTY	From =~ /
 
 # Fingerprint Majordomo lists
 header __SCC_MD_UNSUB List-Unsubscribe =~ /: <mailto:majordomo\@/
+tflags __SCC_MD_UNSUB nice
 header __SCC_MD_SUB List-Subscribe =~ /: <mailto:majordomo\@/
+tflags __SCC_MD_SUB nice
 header __SCC_MD_SENDER Sender =~ /\bowner-/
+tflags __SCC_MD_SENDER nice
 header __SCC_MD_RCVD_OUT Received =~ /-outgoing@/
+tflags __SCC_MD_RCVD_OUT nice
 describe SCC_MAJORDOMO Multiple indications of the majordomo list manager
 meta SCC_MAJORDOMO __SCC_MD_UNSUB + __SCC_MD_SUB + __SCC_MD_SENDER + __SCC_MD_RCVD_OUT > 1
 tflags SCC_MAJORDOMO nice