From 0480a826122b621c1b1aeeeac2d39307c41ab105 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Oct 2016 14:23:04 +0200 Subject: Stop lower required_score. Enable normalize_charset. --- spamassassin/local.cf | 7 ++++++- spamassassin/local.cf.diff | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) (limited to 'spamassassin') diff --git a/spamassassin/local.cf b/spamassassin/local.cf index b6b9af0..db03749 100644 --- a/spamassassin/local.cf +++ b/spamassassin/local.cf @@ -31,7 +31,7 @@ # Set the threshold at which a message is considered spam (default: 5.0) # -required_score 3.0 +# required_score 5.0 # Use Bayesian classifier (default: 1) @@ -52,6 +52,11 @@ required_score 3.0 # bayes_ignore_header X-Spam-Status +# Whether to decode non- UTF-8 and non-ASCII textual parts and recode +# them to UTF-8 before the text is given over to rules processing. +# +normalize_charset 1 + # Some shortcircuiting, if the plugin is enabled # ifplugin Mail::SpamAssassin::Plugin::Shortcircuit diff --git a/spamassassin/local.cf.diff b/spamassassin/local.cf.diff index 44f7324..ccff6d5 100644 --- a/spamassassin/local.cf.diff +++ b/spamassassin/local.cf.diff @@ -1,15 +1,15 @@ ---- local.cf.orig 2014-10-14 06:23:36.000000000 +0200 -+++ local.cf 2016-10-24 23:17:21.000000000 +0200 -@@ -31,7 +31,7 @@ - - # Set the threshold at which a message is considered spam (default: 5.0) +--- local.cf.orig 2016-10-24 21:29:10.000000000 +0200 ++++ local.cf 2016-10-25 14:21:42.000000000 +0200 +@@ -55,7 +55,7 @@ + # Whether to decode non- UTF-8 and non-ASCII textual parts and recode + # them to UTF-8 before the text is given over to rules processing. # --# required_score 5.0 -+required_score 3.0 - +-# normalize_charset 1 ++normalize_charset 1 - # Use Bayesian classifier (default: 1) -@@ -82,3 +82,7 @@ + # Some shortcircuiting, if the plugin is enabled + # +@@ -87,3 +87,7 @@ # shortcircuit BAYES_00 ham endif # Mail::SpamAssassin::Plugin::Shortcircuit -- cgit v1.2.3