mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 17:26:12 +00:00
If DKIM fails, DMARC fails
This commit is contained in:
parent
7171455db7
commit
6d69e390c9
1 changed files with 4 additions and 0 deletions
|
@ -3518,6 +3518,8 @@ class Core {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (!Boolean.TRUE.equals(message.dkim))
|
||||
message.dmarc = message.dkim;
|
||||
}
|
||||
|
||||
if (message.size == null && message.total != null)
|
||||
|
@ -4680,6 +4682,8 @@ class Core {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (!Boolean.TRUE.equals(message.dkim))
|
||||
message.dmarc = message.dkim;
|
||||
}
|
||||
|
||||
// Borrow reply name from sender name
|
||||
|
|
Loading…
Reference in a new issue