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 2017/12/12 00:48:53 UTC

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

Author: billcole
Date: Tue Dec 12 00:48:52 2017
New Revision: 1817873

URL: http://svn.apache.org/viewvc?rev=1817873&view=rev
Log:
oops

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=1817873&r1=1817872&r2=1817873&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/billcole/80_test.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/billcole/80_test.cf Tue Dec 12 00:48:52 2017
@@ -2,19 +2,19 @@
 
 describe	__HAS_IMG_SRC	Has an img tag on a non-quoted line
 rawbody		__HAS_IMG_SRC	/^[^>].*<img +src="/i
-tflags		multiple
+tflags		__HAS_IMG_SRC	multiple
 
 describe	__HAS_HREF	Has an anchor tag with a href attribute in non-quoted line
 rawbody		__HAS_HREF	/^[^>].*<a +href="/i
-tflags		multiple
+tflags		__HAS_HREF	multiple
 
 describe	__HAS_IMG_SRC_ONECASE	Has an img tag on a non-quoted line with consistent case
 rawbody		__HAS_IMG_SRC_ONECASE	/^[^>].*<(img +src|IMG +SRC)="/i
-tflags		multiple
+tflags		__HAS_IMG_SRC_ONECASE	multiple
 
 describe	__HAS_HREF_ONECASE	Has an anchor tag with a href attribute in non-quoted line with consistent case
 rawbody		__HAS_HREF_ONECASE	/^[^>].*<(a +href|A +HREF)="/i
-tflags		multiple
+tflags		__HAS_HREF_ONECASE	multiple
 
 describe	__MIXED_IMG_CASE	Has img tags with mixed-up cases in non-quoted lines
 meta		__MIXED_IMG_CASE	__HAS_IMG_SRC - __HAS_IMG_SRC_ONECASE > 2