[Rspamd] Add reputation plugin, remove deprecated plugins
This commit is contained in:
10
data/conf/rspamd/local.d/reputation.conf
Normal file
10
data/conf/rspamd/local.d/reputation.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
rules {
|
||||
ip_reputation = {
|
||||
selector "ip" {
|
||||
}
|
||||
backend "redis" {
|
||||
servers = "redis";
|
||||
}
|
||||
symbol = "IP_REPUTATION";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user