diff options
-rw-r--r-- | spamassassin/local.cf | 7 | ||||
-rw-r--r-- | spamassassin/local.cf.diff | 20 |
2 files changed, 16 insertions, 11 deletions
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 |