From 8961a1e9df3e432e1526a77f277446da718a3b3d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 19 Mar 2008 22:23:11 +0000 Subject: [PATCH] * fix msnname rule to match more stuff git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@175 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/phrase_spam b/common/phrase_spam index e9d7137..04b656f 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -829,6 +829,6 @@ describe SUBBODYREP Repeated word in subject and body without spaces score SUBBODYREP 3 # don 2008-03-19 -full MYMSNNAMEIS /my\s+(?:msn|messenger|msn mesenger|aim|aol|screen)\s+name\s+is\s+\S+\@\S+/i +full MYMSNNAMEIS /my\s+(?:msn|messenger|msn mesenger|aim|aol|screen)\s+(?:name\s+)?is\s+\S+\@\S+/i describe MYMSNAMEIS My screen name is foo@bar.com -score MY MSNNAMEIS 2.5 +score MYMSNNAMEIS 2.5 -- 2.39.2