diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-03-17 20:04:47 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-03-17 20:04:47 +0300 |
commit | e910604df1660331394786f24edbb30c82e776bb (patch) | |
tree | 4437571fec66e2c18e65bc5ee995841dbd6b38ff /test/functional/configs/plugins.conf | |
parent | d0c76391f02b171b053a431b8496b48b9134ca3b (diff) | |
download | rspamd-e910604df1660331394786f24edbb30c82e776bb.tar.gz rspamd-e910604df1660331394786f24edbb30c82e776bb.zip |
[TEST] Force Actions Settings
Diffstat (limited to 'test/functional/configs/plugins.conf')
-rw-r--r-- | test/functional/configs/plugins.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index e74ddd73d..b1885eeb6 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -724,6 +724,7 @@ metric = { name = "default", actions = { reject = 100500, + add_header = 50500, } unknown_weight = 1 } |