diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-06-29 15:39:14 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-06-29 15:39:14 +0200 |
commit | de3d54a7b5b1942a399ce76430a820d7408db01f (patch) | |
tree | 24748d5831210c07df807c03950d81430b720f8c /src/plugins | |
parent | f201a3d17b35f6088af426ad314aa7b94219b185 (diff) | |
download | rspamd-de3d54a7b5b1942a399ce76430a820d7408db01f.tar.gz rspamd-de3d54a7b5b1942a399ce76430a820d7408db01f.zip |
Remove duplicated symbol registration
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/lua/rbl.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 62d1a8bd9..c2ec6ae3d 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -418,6 +418,5 @@ for _, w in pairs(white_symbols) do csymbol = 'RBL_COMPOSITE_' .. w .. '_' .. b rspamd_config:set_metric_symbol(csymbol, 0, 'Autogenerated composite') rspamd_config:add_composite(csymbol, w .. ' & ' .. b) - rspamd_config:register_virtual_symbol(csymbol, 1, id) end end |