You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/02/07 08:47:59 UTC

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

Author: jm
Date: Sun Feb  6 23:47:58 2005
New Revision: 151700

URL: http://svn.apache.org/viewcvs?view=rev&rev=151700
Log:
bug 4116: double HTML-end-tag rule from Bob Menschel

Modified:
    spamassassin/trunk/rules/20_html_tests.cf

Modified: spamassassin/trunk/rules/20_html_tests.cf
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/rules/20_html_tests.cf?view=diff&r1=151699&r2=151700
==============================================================================
--- spamassassin/trunk/rules/20_html_tests.cf (original)
+++ spamassassin/trunk/rules/20_html_tests.cf Sun Feb  6 23:47:58 2005
@@ -339,3 +339,8 @@
 # a good possible rule that may resurface
 #rawbody ENTITY_DEC_OTHER	/\&\#0*(?:3[3679]|4[014567]|5[89]|6[134]|95)\;/
 #describe ENTITY_DEC_OTHER	HTML contains needlessly encoded punctuation
+
+# thanks to Bob Menschel for this one; bug 4116
+rawbody   HTML_EHTML2         m'</html></html>'i
+describe  HTML_EHTML2         HTML has doubled end HTML tag
+