From c44fb6a6eda55b9b4d8e880249906749e58f44b5 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@debian.org>
Date: Mon, 24 Mar 2008 21:01:54 +0000
Subject: [PATCH] add more blars rules

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@178 0b7a5b0c-1f2c-0410-bd74-c376f8064c91
---
 common/drug_spam   |  7 ++++++-
 common/phrase_spam | 12 +++++++++++-
 common/url_spam    |  9 +++++++++
 3 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/common/drug_spam b/common/drug_spam
index 7b9dc09..1fc98bc 100644
--- a/common/drug_spam
+++ b/common/drug_spam
@@ -359,7 +359,7 @@ describe POPTHIS	pop this
 score POPTHIS		3
 
 # blarson 2008-02-24
-full BLUEPILL		/\bblue.?pill/i
+full BLUEPILL		/\bblue.?(?:pill|med)/i
 describe BLUEPILL	blue pill
 score BLUEPILL		3
 
@@ -382,3 +382,8 @@ score VIA4		3
 full LEGALWEED		/\bLegal WEED\b/
 describe LEGALWEED	 Legal WEED
 score LEGALWEED		4
+
+# blarson 2008-03-21
+header PUSSY		subject =~ /\b(?:pussy|cum|naked|g(?:-|\s*)?spot|nipple|manhood|one(?:-|\s+)eyed\s+monster|orgasm|breast|vibrator|penis|porno|Tittie)s?\b/i
+describe PUSSY		pussy
+score PUSSY		2
diff --git a/common/phrase_spam b/common/phrase_spam
index 8217bcb..634a9ed 100644
--- a/common/phrase_spam
+++ b/common/phrase_spam
@@ -814,7 +814,7 @@ describe ADEGREE	a degree
 score ADEGREE		3
 
 # blarson 2008-03-12
-rawbody PZIP		/\bfilename\=\"\w\.zip\"/
+rawbody PZIP		/\bfilename\=\"\w\w?\.zip\"/
 describe PZIP		p.zip
 score PZIP		3
 
@@ -832,3 +832,13 @@ score SUBBODYREP	3
 full MYMSNNAMEIS	/(?:add\s+me\s+on|my)\s+(?:msn|(?:live|msn|)\s*mess?enger|aim|aol|screen)\s+(?:name\s+)?(?:is)?\s+\S+\@\S+/i
 describe MYMSNNAMEIS	My screen name is foo@bar.com
 score MYMSNNAMEIS	2.5
+
+# blarson 2008-03-20
+body LONGWURL		/^[\w\-]{11,}\s+http\:\/\/[\w\.\-]{4,}\s*$/
+describe LONGWURL	longWord URL
+score LONGWURL		2
+
+# blarson 2008-03-20
+header ITCSTORE		subject =~ /ITC Store/
+describe ITCSTORE	ITC Store
+score ITCSTORE		4
diff --git a/common/url_spam b/common/url_spam
index a795750..feb5da4 100644
--- a/common/url_spam
+++ b/common/url_spam
@@ -462,3 +462,12 @@ body SCIJOURNALS	/\bsciencejournals\.info\b/i
 describe SCIJOURNALS	scientific journals
 score SCIJOURNALS	4
 
+# blarson 2008-03-19
+body JANEHOT		/\bjane\d[\w\d]*\@hotmail\.com\s*$/
+describe JANEHOT	jane*@hotmail.com
+score JANEHOT		3
+
+# blarson 2008-03-20
+rawbody BIFUTRA		/\b(?:bifutra|veriapoli|xenifeao|toporaig|jieros|bifreca|werikine|incroomise|genbullenst|writeprovide)(?:\.|\=2E)com\b/
+describe BIFUTRA	spammer web sites
+score BIFUTRA		4
-- 
2.39.5