diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-26 16:34:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-26 16:34:43 +0000 |
commit | 345eac2dbab087a190459e9062b30602e4e4e876 (patch) | |
tree | 8273681b694e2500f9885cfb938a97d600482f5a /src | |
parent | 69ae802046a32be9dd1742a26107ab19801f4c89 (diff) | |
download | rspamd-345eac2dbab087a190459e9062b30602e4e4e876.tar.gz rspamd-345eac2dbab087a190459e9062b30602e4e4e876.zip |
Forgot to remove obsoleted options.
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/lua/ip_score.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/lua/ip_score.lua b/src/plugins/lua/ip_score.lua index 53f88acec..b1b937ef7 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 |