mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-22 18:57:11 +00:00
[Rspamd] Add reputation plugin, remove deprecated plugins
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user