]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Cosmetic fix for symbol name 1363/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 23 Jan 2017 07:32:24 +0000 (09:32 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 23 Jan 2017 07:32:24 +0000 (09:32 +0200)
src/plugins/lua/force_actions.lua

index 011d9bda1cd62c2d2c4408d9ce1d576017dc8a0f..66c23d773fc9db3229647b2a23b07f353b5aa0ac 100644 (file)
@@ -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)