]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* add proofpoint rules
authorDon Armstrong <don@debian.org>
Thu, 12 Mar 2009 04:16:47 +0000 (04:16 +0000)
committerDon Armstrong <don@debian.org>
Thu, 12 Mar 2009 04:16:47 +0000 (04:16 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@298 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/auto_response_spam

index 41b3f5321b4213a2e59ecdad8cedc1a6f2ca8f0b..60bc313ef83a2d3e1609943ee1da4283842348b5 100644 (file)
@@ -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