From: Andrew Lewis Date: Tue, 28 Mar 2017 14:41:59 +0000 (+0200) Subject: [Minor] Force actions: show action in options X-Git-Tag: 1.5.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0514c110001b1a53c033d0e6c2fac7557d52cf;p=thirdparty%2Frspamd.git [Minor] Force actions: show action in options --- diff --git a/src/plugins/lua/force_actions.lua b/src/plugins/lua/force_actions.lua index 0b5528d970..2f87f728e5 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()