You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2005/05/29 19:46:46 UTC

svn commit: r178973 - /spamassassin/trunk/rules/70_testing.cf

Author: felicity
Date: Sun May 29 10:46:45 2005
New Revision: 178973

URL: http://svn.apache.org/viewcvs?rev=178973&view=rev
Log:
remove T_MIME_MISSING_CT due to overall low hit rate

Modified:
    spamassassin/trunk/rules/70_testing.cf

Modified: spamassassin/trunk/rules/70_testing.cf
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/rules/70_testing.cf?rev=178973&r1=178972&r2=178973&view=diff
==============================================================================
--- spamassassin/trunk/rules/70_testing.cf (original)
+++ spamassassin/trunk/rules/70_testing.cf Sun May 29 10:46:45 2005
@@ -25,8 +25,3 @@
 # </...@LICENSE>
 #
 ########################################################################
-
-ifplugin Mail::SpamAssassin::Plugin::MIMEHeader
-mimeheader T_MIME_MISSING_CT	Content-Type =~ /^\s*;/
-describe T_MIME_MISSING_CT	MIME part Content-Type header is missing required type
-endif