From: Don Armstrong Date: Sun, 1 Mar 2009 10:53:31 +0000 (+0000) Subject: * fix spamsubject and fromabuse rules X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=4cbb1e86273811dd5d98cea12edf0da4f268103e * fix spamsubject and fromabuse rules git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@291 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- diff --git a/common/auto_response_spam b/common/auto_response_spam index ef3e22a..a78aba5 100644 --- a/common/auto_response_spam +++ b/common/auto_response_spam @@ -78,10 +78,10 @@ score FROMAUTOREPLY 4 header FROMABUSE from =~ /\babbuse\@/i describe FROMABUSE Message from abbuse@somedomain -score FROMEABUSE 1.5 +score FROMABUSE 1.5 header SUBJECTSPAM subject =~ /\*\*\s*spam\s*\*\*/i -describe SUBJECTPSAM Subject contains **spam**, so it's probably spam +describe SUBJECTSPAM Subject contains **spam**, so it's probably spam score SUBJECTSPAM 3.5 header MESBLOCKED subject =~ /your message (?:is )?blocked/i