X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fauto_response_spam;h=3491e666573fb9217ae18537b8657db5921e3442;hp=f999fcaaf3d838b1921df9d4f77091152c6de88d;hb=f644b7f6d288073ce683058bc0d1f31e3808f896;hpb=686845f117df24b4705450e6f3530cb32d0b7b89 diff --git a/common/auto_response_spam b/common/auto_response_spam index f999fca..3491e66 100644 --- a/common/auto_response_spam +++ b/common/auto_response_spam @@ -11,7 +11,7 @@ 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 +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 score RECEIVEDMAIL 4 @@ -76,4 +76,11 @@ 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