]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Sigh, another try
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 16 Aug 2019 12:05:20 +0000 (13:05 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 16 Aug 2019 12:05:20 +0000 (13:05 +0100)
lualib/lua_cfg_transform.lua

index 010c3fdb8f254d65a4a195e838681b7da65ed2b3..f74d6d49dfbe320568039e1f0a2cb358a969617a 100644 (file)
@@ -360,7 +360,7 @@ return function(cfg)
   end
 
   -- Deal with IP_SCORE
-  if cfg.ip_score and (cfg.ip_score.servers or cfg.redis) then
+  if cfg.ip_score and (cfg.ip_score.servers or cfg.redis.servers) then
     logger.warnx(rspamd_config, 'ip_score module is deprecated in honor of reputation module!')
 
     if not cfg.reputation then