]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
* Fix subbodyrep rule to be a full rule
[spamassassin_config.git] / common / phrase_spam
index 6a64f68250af2ea013a0e90a310768db04643f77..d4f410c0c1a88683876f06e4707ee44f2d6180a4 100644 (file)
@@ -819,6 +819,11 @@ describe PZIP              p.zip
 score PZIP             3
 
 # blarson 2008-03-13
-header RETWO           subject =~ /RE\: [ab][a-z]{2,} [ab][a-z]{2,}\s*$/
+header RETWO           subject =~ /RE\:(?: [ab][a-z\']+){2,3}\s*$/
 describe RETWO         RE: bogus arbitrary
 score RETWO            2
+
+# don 2008-03-17
+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