[Rspamd] Add reputation plugin, remove deprecated plugins

This commit is contained in:
andryyy
2020-10-08 17:03:39 +02:00
parent 31d5b85648
commit 1b2731d6e6
2 changed files with 27 additions and 0 deletions

View File

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