From: Don Armstrong <don@debian.org>
Date: Sat, 29 Sep 2007 22:48:04 +0000 (+0000)
Subject: add anti-work at home rule
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2bd56027abd314bf1518fb6f59effe94926ecf54;p=spamassassin_config.git

add anti-work at home rule

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@27 0b7a5b0c-1f2c-0410-bd74-c376f8064c91
---

diff --git a/common/phrase_spam b/common/phrase_spam
index 27879fa..be68e15 100644
--- a/common/phrase_spam
+++ b/common/phrase_spam
@@ -480,3 +480,8 @@ score NOINVEST		4
 header INTEXP		subject =~ /\b[I|]nternet Exp[l|]orer\b/i
 describe INTEXP		|nternet Exp|orer
 score INTEXP		2
+
+# don 2007-09-29
+header WORKATHOME	subject =~ /work\Wat\Whome/i
+describe WORKATHOME	Work at home
+score WORKATHOME	2
\ No newline at end of file