summaryrefslogtreecommitdiff
path: root/spamassassin/local.cf
diff options
context:
space:
mode:
Diffstat (limited to 'spamassassin/local.cf')
-rw-r--r--spamassassin/local.cf7
1 files changed, 6 insertions, 1 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