From: Vsevolod Stakhov Date: Thu, 24 Nov 2016 12:25:43 +0000 (+0000) Subject: [Fix] Revert change to ip_score X-Git-Tag: 1.4.1~79 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f73302d55f422bd61a7746341207feb6c7017f01;p=rspamd.git [Fix] Revert change to ip_score --- diff --git a/src/plugins/lua/ip_score.lua b/src/plugins/lua/ip_score.lua index 50775a37d..e7cd9079f 100644 --- a/src/plugins/lua/ip_score.lua +++ b/src/plugins/lua/ip_score.lua @@ -327,7 +327,7 @@ end -- Configuration options local configure_ip_score_module = function() - local opts = rspamd_config:get_all_opt('ip_score') + local opts = rspamd_config:get_all_opt('options') if opts and type(opts) ~= 'table' then if type(opts['check_authed']) == 'boolean' then check_authed = opts['check_authed']