From ee6ca4eaaaa64f5315b4d090c819687d1738c0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Sun, 18 Apr 2021 21:02:29 +0200 Subject: [PATCH] Revert "[Rspamd] Respect Redis REPLICA in reputation plugin (#4046)" (#4065) This reverts commit 7fdc4c2cc3b21f51255d209b3d2602a54e679181. --- data/conf/rspamd/local.d/reputation.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/conf/rspamd/local.d/reputation.conf b/data/conf/rspamd/local.d/reputation.conf index fa66c13c..0e3d03eb 100644 --- a/data/conf/rspamd/local.d/reputation.conf +++ b/data/conf/rspamd/local.d/reputation.conf @@ -2,7 +2,9 @@ rules { ip_reputation = { selector "ip" { } - backend "redis"; + backend "redis" { + servers = "redis"; + } symbol = "IP_REPUTATION"; } }