X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=sa_config%2Fuser%2F.spamassassin%2Fuser_prefs;fp=sa_config%2Fuser%2F.spamassassin%2Fuser_prefs;h=b9a8da4596897a403067f7000585cd7f6127c3fc;hp=9919b98ebf70a3402c01772482cff3b2fbf9a5de;hb=095880dfd8a5df380c5a5ce155c779a22a9765dc;hpb=d713c17e29976cdb038ad0fa30b229674738abc8 diff --git a/sa_config/user/.spamassassin/user_prefs b/sa_config/user/.spamassassin/user_prefs index 9919b98e..b9a8da45 100644 --- a/sa_config/user/.spamassassin/user_prefs +++ b/sa_config/user/.spamassassin/user_prefs @@ -1,5 +1,5 @@ # raise or lower as needed -required_score 5.0 +required_score 3.0 # do not mess with the original message body, only notify in headers clear_report_template @@ -15,12 +15,25 @@ bayes_ignore_header X-Spam-Flag bayes_ignore_header X-Spam-Status bayes_ignore_header X-Spam-Report -# English-only for all lists on public-inbox.org -ok_locales en -# we have "loadplugin Mail::SpamAssassin::Plugin::TextCat" in a *.pre file -ok_languages en - # uncomment the following for importing archives: # dns_available no # skip_rbl_checks 1 # skip_uribl_checks 1 + +# manual rules (some stolen from debian) +# these require "allow_user_rules 1" in the system-wide config + +rawbody LOCAL_VIEWINBROWSER /View this message in a browser/ +describe LOCAL_VIEWINBROWSER "HTML mail not welcome" +score LOCAL_VIEWINBROWSER 2.8 + +body MEETUPSECURELY /meetupsecurely\.com/i +describe MEETUPSECURELY "site used by spammers" +score MEETUPSECURELY 2.8 + +body HELLOMYDEAR /hello my dear/i +describe HELLOMYDEAR "spam phrase" +score HELLOMYDEAR 2.8 + +# we hate HTML mail +score MIME_HTML_MOSTLY 2.0