Revert "[Rspamd] Use reputation plugin instead of ip_ and url_reputation"

This reverts commit 73e87068d8.
This commit is contained in:
andryyy
2020-10-08 16:52:20 +02:00
parent 73e87068d8
commit d6688d918b
10 changed files with 50 additions and 11565 deletions

View File

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