From a7a4bf25943b6ce8f1a9e9194a5dff50d52aafc0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 4 Sep 2008 02:47:49 +0000 Subject: [PATCH] * make the yourname rule case insensitive git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@241 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 e264f2d..5f271af 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -904,6 +904,6 @@ describe SCOUR Scour invite from some spammer score SCOUR 3 # don 2008-09-04 -body YOURNAME /\d+\)\s*y+o+u+r+\s*n+a+m+e+/ +body YOURNAME /\d+\)\s*y+o+u+r+\s*n+a+m+e+/i describe YOURNAME 1) your name is spam score YOURNAME 3 -- 2.39.2