]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
* fix RTF_SPAM meta rule
[spamassassin_config.git] / 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