From f524c74823293a1e0f2855aedccfa810c10466a7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 2 Apr 2008 08:24:47 +0000 Subject: [PATCH] * add long line url rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@182 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/url_spam | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/url_spam b/common/url_spam index 1968f10..498ddc0 100644 --- a/common/url_spam +++ b/common/url_spam @@ -453,3 +453,8 @@ score JANEHOT 3 rawbody BIFUTRA /\b(?:bifutra|veriapoli|xenifeao|toporaig|jieros|bifreca|werikine|incroomise|genbullenst|writeprovide)(?:\.|\=2E)com\b/ describe BIFUTRA spammer web sites score BIFUTRA 4 + +# don 2008-04-02 +body LONGLINEURL /^.{55,}\S\shttp:\/\/www\.\w+\.(?:com|net|org)\/\s*$/ +describe LONGLINEURL long line ending in a simple url +score LONGLINEURL 1.5 -- 2.39.2