diff options
author | Juri Jensen <juri@xenux.dk> | 2002-08-30 12:47:46 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2002-08-30 12:47:46 +0000 |
commit | 76ae487e42767d5329f630791a37d8f32d8084af (patch) | |
tree | be2ab01801c9e7e418ebe76afe7102930f527f30 | |
parent | 75d87f90bf79a72a9b1b49a16a05496595e1d76f (diff) |
spamassassin: Added a spamassassin dir, and a local.cf file.
-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 |