diff options
-rw-r--r-- | spamassassin/local.cf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spamassassin/local.cf b/spamassassin/local.cf new file mode 100644 index 0000000..1ae6886 --- /dev/null +++ b/spamassassin/local.cf @@ -0,0 +1,11 @@ +# Add your own customisations to this file. See 'man Mail::SpamAssassin::Conf' +# for details of what can be tweaked. +# + +# Revert CHARSET_FARAWAY scores to upsream default +score CHARSET_FARAWAY 0.80 +score CHARSET_FARAWAY_BODY 2.06 +score CHARSET_FARAWAY_HEADERS 1.00 + +# Lower Razor score (from 3.0) to let more mailinglist mail through +score RAZOR_CHECK 2.0 |