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 2019/01/23 17:05:46 UTC

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

Author: jhardin
Date: Wed Jan 23 17:05:46 2019
New Revision: 1851951

URL: http://svn.apache.org/viewvc?rev=1851951&view=rev
Log:
Expose buff.ly redirector rules as scored

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=1851951&r1=1851950&r2=1851951&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Wed Jan 23 17:05:46 2019
@@ -2682,7 +2682,12 @@ rawbody    __HTML_URI_NO_PROTOCOL      /
 header     __AC_FROM_MANY_DOTS         From =~ /<(?:\w{2,}\.){2,}\w+@/
 
 uri        __URI_BUFFLY                m,//buff\.ly/,i
-meta       __IMG_BUFFLY                __URI_BUFFLY && HTML_SHORT_LINK_IMG_1
+meta       URI_BUFFLY                  __URI_BUFFLY && !__DKIM_EXISTS 
+describe   URI_BUFFLY                  buff.ly redirector URI
+score      URI_BUFFLY                  2.000	# limit
 
+meta       SHORT_BUFFLY_IMG            __URI_BUFFLY && HTML_SHORT_LINK_IMG_1
+describe   SHORT_BUFFLY_IMG            Short HTML + image + buff.ly redirector
+score      SHORT_BUFFLY_IMG            2.000	# limit