]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* modify drug spam rules to also allow digits to start
authorDon Armstrong <don@debian.org>
Sat, 19 Apr 2008 02:25:18 +0000 (02:25 +0000)
committerDon Armstrong <don@debian.org>
Sat, 19 Apr 2008 02:25:18 +0000 (02:25 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@191 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/drug_spam

index 3de713f04d1e6a89b694765881b737883fa9db70..68b171a190adc84e2ded64cdf3d030f76343fd17 100644 (file)
@@ -2,12 +2,12 @@
 # various drugs match these rules
 
 # blarson, 2004-05-10 -> lists --pasc 04/05/11
 # various drugs match these rules
 
 # blarson, 2004-05-10 -> lists --pasc 04/05/11
-body DRUGSPAM   /(\b|_)(c.?(i|\?|\=ed|\xed).?a.?l.?[ig].?s|v.?(i|1|=ed|\xed|l).?(?:a|\@|\/\\).?g.?r.?(?:a|\@|\/\\)|v.?i.?c.?o.?d.?i.?n|h.?y.?d.?r.?o.?c.?o.?d.?o.?n.?e|[xz].?a.?n.?a.\?x|p.?r.?o.?z.?a.?c|hgh)(\b|_)/i
+body DRUGSPAM   /(\b|_|\d)(c.?(i|\?|\=ed|\xed).?a.?l.?[ig].?s|v.?(i|1|=ed|\xed|l).?(?:a|\@|\/\\).?g.?r.?(?:a|\@|\/\\)|v.?i.?c.?o.?d.?i.?n|h.?y.?d.?r.?o.?c.?o.?d.?o.?n.?e|[xz].?a.?n.?a.\?x|p.?r.?o.?z.?a.?c|hgh)(\b|_\d)/i
 describe DRUGSPAM       drug spam 
 score DRUGSPAM  3
 
 # blarson, 2004-05-10 -> lists --pasc 04/05/11
 describe DRUGSPAM       drug spam 
 score DRUGSPAM  3
 
 # blarson, 2004-05-10 -> lists --pasc 04/05/11
-header DRUGSPAM2        subject =~ /(\b|_)(c.?(i|\?|\=ed|\xed).?a.?l.?[ig].?s|v\.?(i|1|=ed).?(?:a|\@|\/\\).?g.?r.?(?:a|\/\\)|v.?i.?c.?o.?d.?i.?n|h.?y.?d.?r.?o.?c.?o.?d.?o.?n.?e|\[xz].?a.?n.?a.?x|p.?r.?o.?z.?a.?c|hgh)(\b|_)/i
+header DRUGSPAM2        subject =~ /(\b|_|\d)(c.?(i|\?|\=ed|\xed).?a.?l.?[ig].?s|v\.?(i|1|=ed).?(?:a|\@|\/\\).?g.?r.?(?:a|\/\\)|v.?i.?c.?o.?d.?i.?n|h.?y.?d.?r.?o.?c.?o.?d.?o.?n.?e|\[xz].?a.?n.?a.?x|p.?r.?o.?z.?a.?c|hgh)(\d|\b|_)/i
 describe DRUGSPAM2      more drug spam
 score DRUGSPAM2         3
 
 describe DRUGSPAM2      more drug spam
 score DRUGSPAM2         3