mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-05 03:57:16 +00:00
[Rspamd] Respect Redis REPLICA in reputation plugin (#4046)
This commit is contained in:
@@ -2,9 +2,7 @@ rules {
|
||||
ip_reputation = {
|
||||
selector "ip" {
|
||||
}
|
||||
backend "redis" {
|
||||
servers = "redis";
|
||||
}
|
||||
backend "redis";
|
||||
symbol = "IP_REPUTATION";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user