From: Vsevolod Stakhov Date: Thu, 26 Feb 2015 16:34:43 +0000 (+0000) Subject: Forgot to remove obsoleted options. X-Git-Tag: 0.9.0~609 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=345eac2dbab087a190459e9062b30602e4e4e876;p=thirdparty%2Frspamd.git Forgot to remove obsoleted options. --- diff --git a/src/plugins/lua/ip_score.lua b/src/plugins/lua/ip_score.lua index 53f88acecb..b1b937ef77 100644 --- a/src/plugins/lua/ip_score.lua +++ b/src/plugins/lua/ip_score.lua @@ -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