You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by sm...@apache.org on 2013/03/24 16:56:21 UTC

svn commit: r1460411 - /spamassassin/trunk/rulesrc/sandbox/smf/30_smf_nontest.cf

Author: smf
Date: Sun Mar 24 15:56:21 2013
New Revision: 1460411

URL: http://svn.apache.org/r1460411
Log:
More sandbox updates...

Added:
    spamassassin/trunk/rulesrc/sandbox/smf/30_smf_nontest.cf

Added: spamassassin/trunk/rulesrc/sandbox/smf/30_smf_nontest.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/smf/30_smf_nontest.cf?rev=1460411&view=auto
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/smf/30_smf_nontest.cf (added)
+++ spamassassin/trunk/rulesrc/sandbox/smf/30_smf_nontest.cf Sun Mar 24 15:56:21 2013
@@ -0,0 +1,11 @@
+# Rules that have tested OK in mass-checks
+# and can be considered for promotion.
+
+body     FSL_MY_NAME_IS        /\bmy name is\b/i
+describe FSL_MY_NAME_IS        My name is ...
+score    FSL_MY_NAME_IS        1.0
+
+header   __FSL_HAS_LIST_UNSUB  exists:List-Unsubscribe
+meta     FSL_BULK_SIG          ((DCC_CHECK || RAZOR2_CHECK || PYZOR_CHECK) && !__FSL_HAS_LIST_UNSUB)
+describe FSL_BULK_SIG          Bulk signature with no Unsubscribe
+score    FSL_BULK_SIG          1.0