From a3f21c74a5fdfd43aaf5f3014daea4017a619875 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@debian.org>
Date: Fri, 24 Sep 2010 17:25:46 +0000
Subject: [PATCH] add changes from blars

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@346 0b7a5b0c-1f2c-0410-bd74-c376f8064c91
---
 common/bts_scores | 3 +++
 common/common_rbl | 3 ++-
 common/misc_spam  | 4 ++--
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/common/bts_scores b/common/bts_scores
index 5ac842a..426970e 100644
--- a/common/bts_scores
+++ b/common/bts_scores
@@ -154,3 +154,6 @@ score FH_DATE_PAST_20XX 0
 
 # blarson 2010-01-23
 score USER_IN_DEF_SPF_WL 0.1
+
+# blarson 2010-06-23
+score STATIC_RIMA_TDE -1
diff --git a/common/common_rbl b/common/common_rbl
index 12f4b53..b5b2912 100644
--- a/common/common_rbl
+++ b/common/common_rbl
@@ -24,11 +24,12 @@ score 	RCVD_IN_NIX1		1.5
 
 
 # blarson 2007-09-14
+# blarson 2010-09-14 reduce score due to false positives
 uridnsbl URIBL_CNKR	cn-kr.blackholes.us.	A
 body	URIBL_CNKR	eval:check_uridnsbl('URIBL_CNKR')
 describe URIBL_CNKR	china or korea hosted web site
 tflags	URIBL_CNKR	net
-score URIBL_CNKR	2.5
+score URIBL_CNKR	1.5
 
 # disable the SECURITYSAGE RBL
 score DNS_FROM_SECURITYSAGE 0.0
diff --git a/common/misc_spam b/common/misc_spam
index 84a1fbe..b4df540 100644
--- a/common/misc_spam
+++ b/common/misc_spam
@@ -460,7 +460,7 @@ describe DOTNET		   .NET Spam
 score DOTNET 		   3
 
 # blarson 2010-02-02
-body REMBOX		/\b(?:rembox|disappear|stopping|delrem|remfiles?|exit)\s?\@/
+body REMBOX		/\b(?:rembo[xt]|disappear|stopping|delrem|remfiles?|exit|takemeoff|offthelist|purgefile)\s?\@/
 describe REMBOX		rembox
 score REMBOX		3
 
@@ -495,4 +495,4 @@ score RTF_ATTACH	0.5
 
 meta RTF_SPAM		CTOCTET_STREAM && RTF_ATTACH
 describe RTF_SPAM	Content type is octet-stream and has an RTF Attachment
-score RTF_SPAM		3
\ No newline at end of file
+score RTF_SPAM		3
-- 
2.39.5