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:
1673f60
)
wordmoney needs to be a full rule
author
Don Armstrong
<don@debian.org>
Tue, 2 Oct 2007 02:04:03 +0000
(
02:04
+0000)
committer
Don Armstrong
<don@debian.org>
Tue, 2 Oct 2007 02:04:03 +0000
(
02:04
+0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@36
0b7a5b0c
-1f2c-0410-bd74-
c376f8064c91
common/phrase_spam
patch
|
blob
|
history
diff --git
a/common/phrase_spam
b/common/phrase_spam
index
27978e2
..
d834228
100644
(file)
--- a/
common/phrase_spam
+++ b/
common/phrase_spam
@@
-356,7
+356,7
@@
body FOURLA /\b([A-Z]\s?){4}\b/
describe FOURLA Four letter acronym (stock spam?)
score FOURLA 1
-
body
WORDMONEY /^\w+\s*:\s*(?:\$\s*[\d\.]+|[\d\.]+\s*USD)/mi
+
full
WORDMONEY /^\w+\s*:\s*(?:\$\s*[\d\.]+|[\d\.]+\s*USD)/mi
describe WORDMONEY Word Colon Money
score WORDMONEY 1