Revert "[Rspamd] Respect Redis REPLICA in reputation plugin (#4046)" (#4065)

This reverts commit 7fdc4c2cc3.
master
André Peters 2021-04-18 21:02:29 +02:00 committed by GitHub
parent 0e307e8ffe
commit ee6ca4eaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ rules {
ip_reputation = {
selector "ip" {
}
backend "redis";
backend "redis" {
servers = "redis";
}
symbol = "IP_REPUTATION";
}
}