projects
/
spamassassin_config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8965f7c
)
* fix RTF_SPAM meta rule
author
Don Armstrong
<don@debian.org>
Thu, 10 Jun 2010 20:37:27 +0000
(20:37 +0000)
committer
Don 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
patch
|
blob
|
history
diff --git
a/common/misc_spam
b/common/misc_spam
index
a6f31b6
..
d6b80e6
100644
(file)
--- 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