summaryrefslogtreecommitdiff
path: root/spamassassin
diff options
context:
space:
mode:
authorroot <root@jones.dk>2016-10-25 14:23:04 +0200
committerroot <root@jones.dk>2016-10-25 14:23:04 +0200
commit0480a826122b621c1b1aeeeac2d39307c41ab105 (patch)
treee3d3126d1cde470335a67dcee3b63705dbc37b12 /spamassassin
parentede6f8312c9bae1e81a0efdc785e15b19e398624 (diff)
Stop lower required_score. Enable normalize_charset.
Diffstat (limited to 'spamassassin')
-rw-r--r--spamassassin/local.cf7
-rw-r--r--spamassassin/local.cf.diff20
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