]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* add even more auto response rules
authorDon Armstrong <don@debian.org>
Sat, 21 Feb 2009 00:18:10 +0000 (00:18 +0000)
committerDon Armstrong <don@debian.org>
Sat, 21 Feb 2009 00:18:10 +0000 (00:18 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@284 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/auto_response_spam

index 3491e666573fb9217ae18537b8657db5921e3442..e353faf2cf09f412b488daaf8f5076c6517e89e1 100644 (file)
@@ -11,8 +11,8 @@ describe QMAILBOUNCE  Stupid qmail bounces; we don't want them
 score QMAILBOUNCE      2
 
 # don 2009-02-05 (the following are all for various stupid auto-repsonse things)
-header RECEIVEDMAIL    subject =~ /(?:received\s*your\s*mail|respuesta autom.tica)/i
-describe RECEIVEDMAIL  It's great that you've received our mail; we don't care
+header RECEIVEDMAIL    subject =~ /(?:received\s*your\s*mail|(?:respuesta|risposta) autom.tica)/i
+describe RECEIVEDMAIL  It's great that you've received our mail and automatically responded. We don't care
 score RECEIVEDMAIL     4
 
 header YOURMESSAGE     subject =~ /your message/i
@@ -84,3 +84,10 @@ header SUBJECTSPAM   subject =~ /\*\*\s*spam\s*\*\*/i
 describe SUBJECTPSAM   Subject contains **spam**, so it's probably spam
 score SUBJECTSPAM      3.5
 
+header MESBLOCKED      subject =~ /your message (?:is )?blocked/i
+describe MESBLOCKED    That's great that our message was blocked
+score   MESBLOCKED     2
+
+header FAILDELIVERY    subject =~ /failed to deliver/i
+describe FAILDELIVERY  Oh noes! You failed to deliver spam!
+score FAILDELIVERY     2