]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Revert change to ip_score
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 24 Nov 2016 12:25:43 +0000 (12:25 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 24 Nov 2016 12:25:43 +0000 (12:25 +0000)
src/plugins/lua/ip_score.lua

index 50775a37d2ecc8d64fce2c218c49ffb05c5e1d44..e7cd9079ffb50216832ec285083fcb6cde5db0ee 100644 (file)
@@ -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']