]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* fix RTF_SPAM meta rule
authorDon Armstrong <don@debian.org>
Thu, 10 Jun 2010 20:37:27 +0000 (20:37 +0000)
committerDon Armstrong <don@debian.org>
Thu, 10 Jun 2010 20:37:27 +0000 (20:37 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@341 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/misc_spam

index a6f31b64fb67758f062e4f7e922803a6e41d44e8..d6b80e659280ce98e9c894aa8e1fd1a29c75f3d9 100644 (file)
@@ -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