mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-03-03 14:52:27 +02:00
[Rspamd] Respect Redis REPLICA in reputation plugin (#4046)
This commit is contained in:
parent
2a2857ea24
commit
7fdc4c2cc3
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user