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/05/04 00:49:58 UTC

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

Author: jhardin
Date: Fri May  4 00:49:58 2018
New Revision: 1830874

URL: http://svn.apache.org/viewvc?rev=1830874&view=rev
Log:
oops - score limits on subrules don't work

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=1830874&r1=1830873&r2=1830874&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Fri May  4 00:49:58 2018
@@ -2226,9 +2226,9 @@ rawbody    __SPAMTOOL_GOOF_01
 if can(Mail::SpamAssassin::Conf::feature_bug6558_free)
   body       __PHOTO_RETOUCHING         /\b(?:retouching|(?:image|photo)s? (?:edit(?:ing|ors)|(?:cutt|mask|clipp|clean|cropp|resiz)ing|cut\s?out|(?:color|contrast|brightness) correction|solution|services?)|your imag(?:es|ing)|photo\s?shop experts?|(?:deliver (?:the|your) |send us (?:(?:an?|one|your|some|sample|test|example) )+)(?:image|photo)s?)\b/i
   tflags     __PHOTO_RETOUCHING         multiple maxhits=5
-  score      __PHOTO_RETOUCHING         3.750	# limit
   meta       PHOTO_EDITING_FREEM        __PHOTO_RETOUCHING > 4 && (__REPTO_CHN_FREEM || __freemail_hdr_replyto)
   describe   PHOTO_EDITING_FREEM        Image editing service, freemail or CHN replyto
+  score      PHOTO_EDITING_FREEM        3.750	# limit
 endif