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 2015/05/12 16:48:53 UTC

svn commit: r1678962 - /spamassassin/trunk/rulesrc/sandbox/khopesh/20_s25r.cf

Author: jhardin
Date: Tue May 12 14:48:52 2015
New Revision: 1678962

URL: http://svn.apache.org/r1678962
Log:
Convert SPOOFED_FREEMAIL from scored rule to subrule + scored meta so it can be used in other metas

Modified:
    spamassassin/trunk/rulesrc/sandbox/khopesh/20_s25r.cf

Modified: spamassassin/trunk/rulesrc/sandbox/khopesh/20_s25r.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/khopesh/20_s25r.cf?rev=1678962&r1=1678961&r2=1678962&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/khopesh/20_s25r.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/khopesh/20_s25r.cf Tue May 12 14:48:52 2015
@@ -61,7 +61,9 @@ tflags	 KHOP_BOTNET_UNCLEAN	nopublish
 
 
 # Sanity check:  how much freemail lacks spf or dkim?
-meta	 SPOOFED_FREEMAIL	!__NOT_SPOOFED && FREEMAIL_FROM
+# JHardin: convert to subrule and scored meta
+meta	 __SPOOFED_FREEMAIL	!__NOT_SPOOFED && FREEMAIL_FROM
+meta	 SPOOFED_FREEMAIL	__SPOOFED_FREEMAIL
 
 
 # see if we can further reduce the FPs w/out impacting the spam hits too hard