X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fauto_response_spam;h=e353faf2cf09f412b488daaf8f5076c6517e89e1;hp=f999fcaaf3d838b1921df9d4f77091152c6de88d;hb=a00b372bb847de2174bbb178c2d0df6a4758f029;hpb=7922bb3b7803b8458c3c290d50fd96ae4c04a61c diff --git a/common/auto_response_spam b/common/auto_response_spam index f999fca..e353faf 100644 --- a/common/auto_response_spam +++ b/common/auto_response_spam @@ -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/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 @@ -76,4 +76,18 @@ header FROMAUTOREPLY from =~ /(autoreply|no-?reply)/i describe FROMAUTOREPLY Message from an autoreplier or something who doesn't seem to want a reply score FROMAUTOREPLY 4 +header FROMABUSE from =~ /\babbuse\@/i +describe FROMABUSE Message from abbuse@somedomain +score FROMEABUSE 1.5 +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