aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-02-03 16:22:08 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-02-03 16:22:08 +0000
commit3061f4478885da96858323dffef5806e063aacfa (patch)
treeaf9bcc092e334d09cc13926f483cbc030aa77b6e
parent97f6464a20afc42562b7194183e2c98d1bf87b78 (diff)
downloadrspamd-0.6.8.tar.gz
rspamd-0.6.8.zip
Increase default reject treshold.0.6.8
-rw-r--r--conf/metrics.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 13b9796af..978316366 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -3,7 +3,7 @@
metric {
name = "default";
actions {
- reject = 10;
+ reject = 15;
add_header = 6;
greylist = 4;
};