From 84e210ca38ee0a6a02e239a2e3d0bd26cf503b10 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 17 Mar 2008 21:17:37 +0000 Subject: [PATCH] * Fix subbodyrep rule to be a full rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@170 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/phrase_spam b/common/phrase_spam index a5c70f7..d4f410c 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -824,6 +824,6 @@ describe RETWO RE: bogus arbitrary score RETWO 2 # don 2008-03-17 -header SUBBODYREP subject =~ /Subject: (?:RE\:\s*)?([a-z]+)\s+([a-z]+)(?:\s+[a-z]+)\n.+\1\2/ +full SUBBODYREP /Subject: (?:RE\:\s*)?([a-z]+)\s+([a-z]+)(?:\s+[a-z]+)\n.+\1\2/i describe SUBBODYREP Repeated word in subject and body without spaces score SUBBODYREP 3 -- 2.39.2