summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-03-28 16:41:59 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-03-28 16:41:59 +0200
commit7d0514c110001b1a53c033d0e6c2fac7557d52cf (patch)
tree23b8e8fd06d265c95b0e70c851d02a30da139219 /src/plugins
parent56b2c0c5f00919a478e3ee7a42b25860340ffc6b (diff)
downloadrspamd-7d0514c110001b1a53c033d0e6c2fac7557d52cf.tar.gz
rspamd-7d0514c110001b1a53c033d0e6c2fac7557d52cf.zip
[Minor] Force actions: show action in options
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/lua/force_actions.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/force_actions.lua b/src/plugins/lua/force_actions.lua
index 0b5528d97..2f87f728e 100644
--- a/src/plugins/lua/force_actions.lua
+++ b/src/plugins/lua/force_actions.lua
@@ -72,7 +72,7 @@ local function gen_cb(expr, act, pool, message, subject, raction, honor)
else
task:set_pre_result(act)
end
- return true
+ return true, act
end
end, e:atoms()