mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
If DKIM fails, DMARC fails
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user