From 552aeee0b65dcacb7f225a20070b2b2a2460b9aa Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@debian.org>
Date: Tue, 26 Feb 2008 19:38:47 +0000
Subject: [PATCH] add blars rules, and match vista ultimate too

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@160 0b7a5b0c-1f2c-0410-bd74-c376f8064c91
---
 common/drug_spam   | 14 ++++++++++++--
 common/phrase_spam | 11 ++++++++---
 2 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/common/drug_spam b/common/drug_spam
index 6c1860a..109f726 100644
--- a/common/drug_spam
+++ b/common/drug_spam
@@ -344,7 +344,7 @@ describe UITRAM		UItram
 score UITRAM		3
 
 # blarson 2008-02-19
-full ANTIED		/\banti(?:-|\s*)EDs?\b/
+full ANTIED		/\banti(?:-|\s*)EDs?\b/i
 describe ANTIED		anti-ED
 score ANTIED		4
 
@@ -356,4 +356,14 @@ score BUYDRUGS		4
 # blarson 2008-02-21
 body POPTHIS		/\bpop\s+this\b/i
 describe POPTHIS	pop this
-score POPTHIS		2
+score POPTHIS		3
+
+# blarson 2008-02-24
+full BLUEPILL		/\bblue.?pill/i
+describe BLUEPILL	blue pill
+score BLUEPILL		3
+
+# blarson 2008-02-27
+full NAKEDWOM		/\bNaked\s*Wom[ae]n/i
+describe NAKEDWOM	Naked Woman
+score NAKEDWOM		2
diff --git a/common/phrase_spam b/common/phrase_spam
index 8fb70c3..5647ee2 100644
--- a/common/phrase_spam
+++ b/common/phrase_spam
@@ -720,9 +720,9 @@ describe OEMSOFT	OEM software
 score OEMSOFT		2
 
 # don 2008-02-23
-body OFFICEENTERPRISE		/Microsoft Office Enterprise/
-describe OFFICEENTERPRISE	Microsoft Office Enterprise
-score OFFICEENTERPRISE		3
+body MSSOFTWARE		/Microsoft (Office Enterprise|Vista Ultimate)/i
+describe MSSOFTWARE	Microsoft Office Enterprise/Vista Ultimate
+score MSSOFTWARE	3
 
 # blarson 2008-01-01
 header NIGHTGIRL	subject =~ /\bnight\b.*\bgirlfriend\b/
@@ -787,3 +787,8 @@ score OPENPOS		3
 header EBAYMEMBER	subject =~ /message from ebay member/i
 describe EBAYMEMBER	Message from ebay member
 score EBAYMEMBER	4
+
+# blarson 2008-02-25
+header RESPONSERES	subject =~ /\bResponse to Resume\b/i
+describe RESPONSERES	Response to Resume
+score RESPONSERES	3
-- 
2.39.5