From 76ae487e42767d5329f630791a37d8f32d8084af Mon Sep 17 00:00:00 2001 From: Juri Jensen Date: Fri, 30 Aug 2002 12:47:46 +0000 Subject: spamassassin: Added a spamassassin dir, and a local.cf file. --- spamassassin/local.cf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 spamassassin/local.cf 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 -- cgit v1.2.3