From: Andrew Lewis Date: Mon, 23 Jan 2017 07:32:24 +0000 (+0200) Subject: [Minor] Cosmetic fix for symbol name X-Git-Tag: 1.5.0~284^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1363%2Fhead;p=thirdparty%2Frspamd.git [Minor] Cosmetic fix for symbol name --- diff --git a/src/plugins/lua/force_actions.lua b/src/plugins/lua/force_actions.lua index 011d9bda1c..66c23d773f 100644 --- a/src/plugins/lua/force_actions.lua +++ b/src/plugins/lua/force_actions.lua @@ -43,7 +43,7 @@ local function configure_module() local message = (opts.messages or E)[symbol] local id = rspamd_config:register_symbol({ type = 'normal', - name = 'FORCE_ACTION_ON' .. symbol, + name = 'FORCE_ACTION_ON_' .. symbol, callback = gen_cb(symbol, action, message), }) rspamd_config:register_dependency(id, symbol)