From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: ** X-Spam-ASN: AS250 194.150.168.0/23 X-Spam-Status: No, score=2.3 required=3.0 tests=AWL,BAYES_50,HELLOMYDEAR, JUSTAMAILBOX,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_ZBI,RCVD_IN_XBL,RDNS_NONE, SPF_FAIL,SPF_HELO_FAIL,URIBL_BLOCKED shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from 80x24.org (unknown [194.150.168.79]) by dcvr.yhbt.net (Postfix) with ESMTP id 6B1551FA7A for ; Mon, 16 May 2016 02:32:57 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] doc: sync ~/.spamassassin/user_prefs with my prod machine Date: Mon, 16 May 2016 02:32:55 +0000 Message-Id: <20160516023255.7098-1-e@80x24.org> List-Id: This is what I'm running on public-inbox.org as of today. --- sa_config/user/.spamassassin/user_prefs | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/sa_config/user/.spamassassin/user_prefs b/sa_config/user/.spamassassin/user_prefs index 3a4a50f..70e1291 100644 --- a/sa_config/user/.spamassassin/user_prefs +++ b/sa_config/user/.spamassassin/user_prefs @@ -40,9 +40,27 @@ body HELLOMYDEAR /hello my dear/i describe HELLOMYDEAR "spam phrase" score HELLOMYDEAR 2.8 -# we hate HTML mail -score MIME_HTML_MOSTLY 3.0 -score HTML_MESSAGE 3.0 +body JUSTAMAILBOX /I'm just a mailbox used for sending notifications/ +describe JUSTAMAILBOX "autoreply phrase" +score JUSTAMAILBOX 5.0 + +# no delivery +header PI_DNOT subject =~ /delivery\s+(?:status\s+)?notification/i +describe PI_DNOT "delivery notification" +score PI_DNOT 3 + +# notice to appear +header PI_DNOTICE subject =~ /notice to appear/i +describe PI_DNOTICE "notice to appear" +score PI_DNOTICE 3 + +full ZIPFILE /\b(?:file)?name\=.*\.zip\b/i +describe ZIPFILE zipfile attachment +score ZIPFILE 0.5 + +score BAYES_999 3 +score BAYES_05 -1.5 +score BAYES_00 -15 # trust paid whitelist services? never score RCVD_IN_RP_SAFE 0.0