]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Increase default reject treshold.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 3 Feb 2014 16:22:08 +0000 (16:22 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 3 Feb 2014 16:24:13 +0000 (16:24 +0000)
conf/metrics.conf

index 1c9b74ab7e6490d0203079393078d6e15b6a89e6..042b470b8ea302e47cdeaebd596f6a110a7480a5 100644 (file)
@@ -3,7 +3,7 @@
 metric {
     name = "default";
        actions {
-               reject = 10;
+               reject = 15;
                add_header = 6;
                greylist = 4;
        };