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

master
Der-Jan 2021-04-02 21:34:52 +02:00 committed by GitHub
parent 2a2857ea24
commit 7fdc4c2cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

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