]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/auto_response_spam
* add proofpoint rules
[spamassassin_config.git] / 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