From: Martin Zobel-Helas <zobel@debian.org>
Date: Thu, 4 Oct 2007 08:00:15 +0000 (+0000)
Subject: adding filter for graphicmail.de
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dcf091824919d74d41aed4a897152d2d11323288;p=spamassassin_config.git

adding filter for graphicmail.de
score romanian websites a bit higher, but not completly blacklisting them


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

diff --git a/common/url_spam b/common/url_spam
index a711bd5..1a51040 100644
--- a/common/url_spam
+++ b/common/url_spam
@@ -196,4 +196,14 @@ score VIPSMS		4
 # don 2007-10-01
 header MAKEUP		subject =~ /makeup\.com/i
 describe MAKEUP		makeup.com url
-score MAKEUP		3
\ No newline at end of file
+score MAKEUP		3
+
+body GRAPHICMAIL	/\bhttp\:\/\/www\.graphicmail\.de\b/i
+describe GRAPHICMAIL	graphicmail.de
+score			4
+
+
+body WWWRO		/\b(?:www\.|https?\:.*)\w+\.ro\b/i
+describe WWWRO		romanian web site
+score WWWRO		2
+