aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/grow_factor-local.conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2024-04-10 16:30:56 +0200
committerAndrew Lewis <nerf@judo.za.org>2024-04-10 16:30:56 +0200
commit4f3008f9682d4edb741913b2ee2aa9cd831f7d04 (patch)
tree1bb468949ce6bc13633ce3655dcf4b7d17efafc5 /test/functional/configs/grow_factor-local.conf
parent1c07c471bb01b58e5b212d7e9b017a3d35fd0999 (diff)
downloadrspamd-4f3008f9682d4edb741913b2ee2aa9cd831f7d04.tar.gz
rspamd-4f3008f9682d4edb741913b2ee2aa9cd831f7d04.zip
[Test] Add tests for grow_factor
Diffstat (limited to 'test/functional/configs/grow_factor-local.conf')
-rw-r--r--test/functional/configs/grow_factor-local.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/configs/grow_factor-local.conf b/test/functional/configs/grow_factor-local.conf
new file mode 100644
index 000000000..cdf1bf436
--- /dev/null
+++ b/test/functional/configs/grow_factor-local.conf
@@ -0,0 +1,8 @@
+metric {
+ actions {
+ grow_factor = 1.1;
+ reject = 15;
+ "add header" = 6;
+ greylist = 4;
+ }
+}