Mailing List Archive

svn commit: rev 6611 - incubator/spamassassin/trunk/rules
Author: quinlan
Date: Tue Feb 10 22:21:29 2004
New Revision: 6611

Modified:
incubator/spamassassin/trunk/rules/70_testing.cf
Log:
revise T_HTML_MESSAGE_*


Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf (original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf Tue Feb 10 22:21:29 2004
@@ -343,9 +343,8 @@
body T_HTML_BADTAGS_U_90_100 eval:html_range('t_bad_tag_unique_ratio','0.90','1.00')

# possible HTML_MESSAGE replacements
-body T_HTML_MESSAGE_1 eval:html_eval('html_text','!= undef')
-body T_HTML_MESSAGE_2 eval:html_eval('html_text','ne ""')
-body T_HTML_MESSAGE_3 eval:html_eval('tags','> 0')
+body T_HTML_MESSAGE_1 eval:html_test('ratio')
+body T_HTML_MESSAGE_2 eval:html_test('tags')

# more portable replacement for RCVD_NUMERIC_HELO that doesn't rely on
# Received headers using "helo=" prefix