[Postfix/Rspamd] Do not reject unauthenticated sender mismatches but rewrite their subject and assign symbol SPOOFED_SENDER with score 1.0

This commit is contained in:
andryyy
2017-10-04 23:16:39 +02:00
parent 405c49fb0a
commit 073c6c6e73
5 changed files with 26 additions and 7 deletions

View File

@@ -34,3 +34,7 @@ group "MX" {
one_shot = "true";
}
}
symbol "SPOOFED_SENDER" {
description = "Sender is not authenticated but part of mailcow managed domains";
score = 1.0;
}