[Rspamd] Respect Redis REPLICA in reputation plugin (#4046)
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…
Reference in New Issue