From: Don Armstrong Date: Thu, 10 Jun 2010 20:37:27 +0000 (+0000) Subject: * fix RTF_SPAM meta rule X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=0f33974d7c9dbc4af1f5de396ad603bfd2575d9d;ds=sidebyside * fix RTF_SPAM meta rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@341 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- diff --git a/common/misc_spam b/common/misc_spam index a6f31b6..d6b80e6 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -493,6 +493,6 @@ header RTF_ATTACH ContentType =~ /name=.+\.rtf/i describe RTF_ATTACH Contains an RTF Attachment score RTF_ATTACH 0.5 -meta RTF_SPAM CTOCTET_STREAM & RTF_ATTACH +meta RTF_SPAM CTOCTET_STREAM && RTF_ATTACH describe RTF_SPAM Content type is octet-stream and has an RTF Attachment score RTF_SPAM 3 \ No newline at end of file