From 1f3a2308a6fd9c74cbfec4bdd0377cb194eb185a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 12 Mar 2009 04:37:11 +0000 Subject: [PATCH] * fix NODELIVERY rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@301 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/auto_response_spam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/auto_response_spam b/common/auto_response_spam index eda8e32..d29d4f6 100644 --- a/common/auto_response_spam +++ b/common/auto_response_spam @@ -27,7 +27,7 @@ body YOURMESSAGEBOD /^Your message/i describe YOURMESSAGEBOD It's great that our message did something; we don't care score YOURMESSAGEBOD 2.5 -body NODELIVERY /(?could not be|has not been) delivered/i +body NODELIVERY /(?:could not be|has not been) delivered/i describe NODELIVERY We don't care if it could be or has not been delivered score NODELIVERY 1.5 -- 2.39.2