From b6bf36832ee40156d672b9a241d6edffa5876ef5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 12 Mar 2009 04:16:47 +0000 Subject: [PATCH] * add proofpoint rules git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@298 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/auto_response_spam | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/common/auto_response_spam b/common/auto_response_spam index 41b3f53..60bc313 100644 --- a/common/auto_response_spam +++ b/common/auto_response_spam @@ -27,14 +27,18 @@ 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 delivered/i -describe NODELIVERY We don't care if it could not be delivered +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 body NORESEND /do not resend your original message/i describe NORESEND If you don't want us to resend our message, why tell us? score NORESEND 2 +header PROOFPOINT from =~ /proofpoint/ +describe PROOFPOINT Automatic mail from proofpoint (some MTA thingie) +score PROOFPOINT 3.5 + body NOTPROCBOUNCE /was not processed by our system/i describe NOTPROCBOUNCE Bounce by system that was not processed score NOTPROCBOUNCE 2 -- 2.39.2