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 2007/07/05 02:42:32 UTC

svn commit: r553354 - /spamassassin/rules/trunk/sandbox/felicity/70_other.cf

Author: felicity
Date: Wed Jul  4 17:42:31 2007
New Revision: 553354

URL: http://svn.apache.org/viewvc?view=rev&rev=553354
Log:
ifplugin lines around mimeheader rules ...

Modified:
    spamassassin/rules/trunk/sandbox/felicity/70_other.cf

Modified: spamassassin/rules/trunk/sandbox/felicity/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/felicity/70_other.cf?view=diff&rev=553354&r1=553353&r2=553354
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/felicity/70_other.cf Wed Jul  4 17:42:31 2007
@@ -363,8 +363,10 @@
 #  1.035   1.1910   0.0107    0.991   0.76    0.00  TVD_PDF_24
 #  0.001   0.0016   0.0000    1.000   0.43    0.00  TVD_PDF_25
 header __TVD_PDF_CT_MM	Content-Type =~ /^multipart\/mixed/i
+ifplugin Mail::SpamAssassin::Plugin::MIMEEval
 mimeheader __TVD_PDF_ATT_TP	Content-Type =~ /^text\/plain/i
 mimeheader __TVD_PDF_ATT_AP	Content-Type =~ /^application\/pdf/i
+endif
 meta TVD_PDF_24 __TVD_PDF_CT_MM && __TVD_PDF_ATT_TP && __TVD_PDF_ATT_AP
 meta TVD_PDF_25 TVD_PDF_22 && TVD_PDF_24