Files
Docker-rspamd/Stable2.0/conf/local.d/reputation.conf
Patrick Niebeling de7350baab First Shot
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
2024-11-06 17:13:46 +01:00

10 lines
118 B
Plaintext

rules {
ip_reputation = {
selector "ip" {
}
backend "redis" {
}
symbol = "IP_REPUTATION";
}
}