mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-06 03:54:12 +02:00
[Rspamd] Set !ARC_ALLOW to SPF FAIL check
This commit is contained in:
parent
c3be04560b
commit
287c577fc4
@ -7,7 +7,7 @@ VIRUS_FOUND {
|
||||
score = 2000;
|
||||
}
|
||||
SPF_FAIL_NO_DKIM {
|
||||
expression = "R_SPF_FAIL & R_DKIM_NA & !MAILCOW_WHITE";
|
||||
expression = "R_SPF_FAIL & R_DKIM_NA & !MAILCOW_WHITE & !ARC_ALLOW";
|
||||
score = 10;
|
||||
}
|
||||
SOGO_CONTACT_EXCLUDE_FWD_HOST {
|
||||
|
Loading…
Reference in New Issue
Block a user