diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-20 21:20:29 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-20 21:20:29 +0000 |
commit | 1432a7af36901e9cb5243b5d83a377656728896e (patch) | |
tree | 87d189f3caffadbec4cf322cb21881d4ef0c7577 /src/plugins | |
parent | 9bdb819160c5e4f1626b3ddbc76391d8c29995fd (diff) | |
download | rspamd-1432a7af36901e9cb5243b5d83a377656728896e.tar.gz rspamd-1432a7af36901e9cb5243b5d83a377656728896e.zip |
[Minor] Improve documentation
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/lua/force_actions.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lua/force_actions.lua b/src/plugins/lua/force_actions.lua index c2a48e148..108c0b76e 100644 --- a/src/plugins/lua/force_actions.lua +++ b/src/plugins/lua/force_actions.lua @@ -84,6 +84,7 @@ local function gen_cb(expr, act, pool, message, subject, raction, honor, limit, if type(message) == 'string' then task:set_pre_result(act, message, N, nil, nil, flags) + else task:set_pre_result(act, nil, N, nil, nil, flags) end |