From aaf90da6a242af52b643f6d2fe733af64c4404ec Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@debian.org>
Date: Sat, 19 Apr 2008 02:24:13 +0000
Subject: [PATCH] add blars changes

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@190 0b7a5b0c-1f2c-0410-bd74-c376f8064c91
---
 common/bts_specific |  2 +-
 common/drug_spam    |  4 ++--
 common/phrase_spam  | 10 ++++++++++
 common/url_spam     | 10 ++++++++++
 4 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/common/bts_specific b/common/bts_specific
index 3139833..b1e49d5 100644
--- a/common/bts_specific
+++ b/common/bts_specific
@@ -89,7 +89,7 @@ score KOI8R		3
 score ONEWORD		3
 
 # blarson 2008-04-03
-header CLOSE		subject =~ /^\s*(?:closed?|done)\s*$/i
+header CLOSE		subject =~ /^\s*(?:closed?|done|Closing)\s*$/i
 describe CLOSE		closing bug
 tflags	CLOSE		nice
 score CLOSE		-2
diff --git a/common/drug_spam b/common/drug_spam
index 4283f14..3de713f 100644
--- a/common/drug_spam
+++ b/common/drug_spam
@@ -360,7 +360,7 @@ describe POPTHIS	pop this
 score POPTHIS		3
 
 # blarson 2008-02-24
-full BLUEPILL		/\bblue.?(?:pill|med)/i
+full BLUEPILL		/\bblue?.?(?:pil+|med)/i
 describe BLUEPILL	blue pill
 score BLUEPILL		3
 
@@ -385,7 +385,7 @@ 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|p[e3]n[il]s|porno|Tittie|flaccid|shagging|stripping|hottie|orgasmic|capsule|climax|lace|horny|Pink|wet|foreplay|Playboy|playmate|bares|blowing|sucking|Embrace|courtship|love|bosom|exposed|freaky|motel|credit card|pleasure|Ejaculation|herbal|dosage|\d+\s+mg|escort|Penetration|orgie|pecker|crotch|Pocket Rocket|Sports Illustrated|RAMBO|bees|Corpora Cavernosa|rod|luv|see-through|College|jetsetting|Shaven|1\d and|inches|lovemaking|bedroom|Purchase|kung fu|saucy|Buy|laid|Obama|dementia|No weight|pill|Pacify|screening|regret|brad pitt|undressed|freebie|Discount|wonderdrug|Rock|diet|racy|boob|ramming|Loving|bang|coming|tablet|customer|highs|limited edition|Shock attack|topless|CS3|babe|kinky|clothes|bed(?:ding)?|fame|hurt her|LOTTERY|year old|hot action|Ladies man|\d+ inche?|creamy|Click Here|wicked|Shy|touch herself|Shopping|timepiece|Shop|Dealer|watches|luxury|flaunting|dressed|brand|Popular|bling|luxuries|order processing|hobbies|wealth|lucky|draw|thi\b|flesh|Bacheelor|Doctoraate|Exquisite|bottle|money|millionaire|price|famous|branded|Affordable|bucks|Grape Seed|Antioxidant|fashion|Antiox|Free Radical|wonder power|Paris Hilton|wrist|Pamper|Red hot|Nicolas Cage|sale|blood|scientist|sin|Steve Jobs|hot girl|Lordly|dosage)s?\b/i
+header PUSSY		subject =~ /\b(?:pussy|cum|naked|g(?:-|\s*)?spot|nipple|manhood|one(?:-|\s+)eyed\s+monster|orgasm|breast|vibrator|p[e3]n[il]s|porno|Tittie|flaccid|shagging|stripping|hottie|orgasmic|capsule|climax|lace|horny|Pink|wet|foreplay|Playboy|playmate|bares|blowing|sucking|Embrace|courtship|love|bosom|exposed|freaky|motel|credit card|pleasure|Ejaculation|herbal|dosage|\d+\s+mg|escort|Penetration|orgie|pecker|crotch|Pocket Rocket|Sports Illustrated|RAMBO|bees|Corpora Cavernosa|rod|luv|see-through|College|jetsetting|Shaven|1\d and|inches|lovemaking|bedroom|Purchase|kung fu|saucy|Buy|laid|Obama|dementia|No weight|pill|Pacify|screening|regret|brad pitt|undressed|freebie|Discount|wonderdrug|Rock|diet|racy|boob|ramming|Loving|bang|coming|tablet|customer|highs|limited edition|Shock attack|topless|CS3|babe|kinky|clothes|bed(?:ding)?|fame|hurt her|LOTTERY|year old|hot action|Ladies man|\d+ inche?|creamy|Click Here|wicked|Shy|touch herself|Shopping|timepiece|Shop|Dealer|watches|luxury|flaunting|dressed|brand|Popular|bling|luxuries|order processing|hobbies|wealth|lucky|draw|thi\b|flesh|Bacheelor|Doctoraate|Exquisite|bottle|money|millionaire|price|famous|branded|Affordable|bucks|Grape Seed|Antioxidant|fashion|Antiox|Free Radical|wonder power|Paris Hilton|wrist|Pamper|Red hot|Nicolas Cage|sale|blood|scientist|sin|Steve Jobs|hot girl|Lordly|dosage|Prada|shoes|pilz|che+ap|babymaker|pornstar|chixx|xxx|shed pound|Investment|E-gold|swagger|LNH|weener|shipping|billing|oem)s?\b/i
 describe PUSSY		various spammy words in subject
 score PUSSY		2
 
diff --git a/common/phrase_spam b/common/phrase_spam
index e899b6c..ebf6a82 100644
--- a/common/phrase_spam
+++ b/common/phrase_spam
@@ -857,3 +857,13 @@ score REBODY		2
 header REREHI		subject =~ /^Re: Re: H(i|ello)\s*$/i
 describe REREHI		Re: Re: Hi
 score REREHI		3
+
+# blarson 2008-04-10
+header PEROFF		subject =~ /\d+\%\s+off\b/i
+describe PEROFF		xx% off
+score PEROFF		3
+
+# blarson 2008-04-10
+header SUMHERE		subject =~ /\b(?:summer|winter|fall|spring) is here\b/i
+describe SUMHERE	summer is here
+score SUMHERE		3
diff --git a/common/url_spam b/common/url_spam
index d88b9d5..9b3c3c2 100644
--- a/common/url_spam
+++ b/common/url_spam
@@ -468,3 +468,13 @@ score MYTHANKYOUURI	5
 uri BLOGSPOTURI		/blogspot\.com/i
 describe BLOGSPOTURI	something.blogspot.com
 score BLOGSPOTURI	2.5
+
+# blarson 2008-04-09
+uri SAMEAS		/\bsupersameas\.com\b/
+describe SAMEAS		supersameas.com
+score SAMEAS		3
+
+# blarson 2008-04-12
+body URIEXE		/\bhttp:\S*\.exe\b/
+describe URIEXE		.exe url
+score URIEXE		3
-- 
2.39.5