[Rspamd] Use reputation plugin instead of ip_ and url_reputation

This commit is contained in:
andryyy
2020-10-08 16:51:46 +02:00
parent 5e7bacaeb4
commit 73e87068d8
10 changed files with 11565 additions and 50 deletions

View File

@@ -0,0 +1,10 @@
rules {
ip_reputation = {
selector "ip" {
}
backend "redis" {
servers = "redis";
}
symbol = "IP_REPUTATION";
}
}