]> source.dussan.org Git - rspamd.git/commitdiff
Forgot to remove obsoleted options.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 26 Feb 2015 16:34:43 +0000 (16:34 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 26 Feb 2015 16:34:43 +0000 (16:34 +0000)
src/plugins/lua/ip_score.lua

index 53f88acecbdc59229cd50464cda2127fded62bd2..b1b937ef770ae549b12581a2514382a7db6e7486 100644 (file)
@@ -146,12 +146,6 @@ end
 local configure_ip_score_module = function()
   local opts =  rspamd_config:get_all_opt('ip_score')
   if opts then
-    if opts['keystorage_host'] then
-      keystorage_host = opts['keystorage_host']
-    end
-    if opts['keystorage_port'] then
-      keystorage_port = opts['keystorage_port']
-    end
     if opts['metric'] then
       metric = opts['metric']
     end