From ba8ca069db2bb8f44bd09635f8d7fe56cda13813 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 23 Jan 2017 09:32:24 +0200 Subject: [PATCH] [Minor] Cosmetic fix for symbol name --- src/plugins/lua/force_actions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/force_actions.lua b/src/plugins/lua/force_actions.lua index 011d9bda1..66c23d773 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) -- 2.39.5