]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* Fix subbodyrep rule to be a full rule
authorDon Armstrong <don@debian.org>
Mon, 17 Mar 2008 21:17:37 +0000 (21:17 +0000)
committerDon Armstrong <don@debian.org>
Mon, 17 Mar 2008 21:17:37 +0000 (21:17 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@170 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/phrase_spam

index a5c70f7033077059b8b872291e7e33fa5ce41492..d4f410c0c1a88683876f06e4707ee44f2d6180a4 100644 (file)
@@ -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