1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

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

This commit is contained in:
Dmitriy Alekseev
2021-04-18 22:41:08 +03:00
committed by GitHub
parent ee6ca4eaaa
commit bbb75b0d32

View File

@@ -3,7 +3,6 @@ rules {
selector "ip" {
}
backend "redis" {
servers = "redis";
}
symbol = "IP_REPUTATION";
}