You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2004/11/22 00:24:56 UTC

svn commit: r106139 - /spamassassin/trunk/rules/20_html_tests.cf

Author: quinlan
Date: Sun Nov 21 15:24:55 2004
New Revision: 106139

Modified:
   spamassassin/trunk/rules/20_html_tests.cf
Log:
promote T_HTML_IMAGE_ONLY_28 to HTML_IMAGE_ONLY_28
promote T_HTML_IMAGE_ONLY_32 to HTML_IMAGE_ONLY_32


Modified: spamassassin/trunk/rules/20_html_tests.cf
Url: http://svn.apache.org/viewcvs/spamassassin/trunk/rules/20_html_tests.cf?view=diff&rev=106139&p1=spamassassin/trunk/rules/20_html_tests.cf&r1=106138&p2=spamassassin/trunk/rules/20_html_tests.cf&r2=106139
==============================================================================
--- spamassassin/trunk/rules/20_html_tests.cf	(original)
+++ spamassassin/trunk/rules/20_html_tests.cf	Sun Nov 21 15:24:55 2004
@@ -131,12 +131,16 @@
 body HTML_IMAGE_ONLY_16		eval:html_image_only('1200','1600')
 body HTML_IMAGE_ONLY_20		eval:html_image_only('1600','2000')
 body HTML_IMAGE_ONLY_24		eval:html_image_only('2000','2400')
+body HTML_IMAGE_ONLY_28		eval:html_image_only('2400','2800')
+body HTML_IMAGE_ONLY_32		eval:html_image_only('2800','3200')
 describe HTML_IMAGE_ONLY_04	HTML: images with 0-400 bytes of words
 describe HTML_IMAGE_ONLY_08	HTML: images with 400-800 bytes of words
 describe HTML_IMAGE_ONLY_12	HTML: images with 800-1200 bytes of words
 describe HTML_IMAGE_ONLY_16	HTML: images with 1200-1600 bytes of words
 describe HTML_IMAGE_ONLY_20	HTML: images with 1600-2000 bytes of words
 describe HTML_IMAGE_ONLY_24	HTML: images with 2000-2400 bytes of words
+describe HTML_IMAGE_ONLY_28	HTML: images with 2400-2800 bytes of words
+describe HTML_IMAGE_ONLY_32	HTML: images with 2800-3200 bytes of words
 
 # HTML_IMAGE_RATIO - more image area than text (ratio)
 body HTML_IMAGE_RATIO_02	eval:html_image_ratio('0.000','0.002')