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

@@ -31,20 +31,3 @@ group "MX" {
one_shot = true;
}
}
group "reputation" {
symbols = {
"IP_REPUTATION_HAM" {
weight = 1.0;
}
"IP_REPUTATION_SPAM" {
weight = 4.0;
}
"SENDER_REP_HAM" {
weight = 1.0;
}
"SENDER_REP_SPAM" {
weight = 2.0;
}
}
}