[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

@@ -31,3 +31,20 @@ 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;
}
}
}