mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 01:16:29 +03:00
Re-enable DKIM-checks (#3935)
Re-enable keychange-denying when the From address is wrong Reverts #3728 Closes #3735 Reopens #3700
This commit is contained in:
@@ -99,8 +99,7 @@ pub(crate) async fn prepare_decryption(
|
||||
from,
|
||||
autocrypt_header.as_ref(),
|
||||
message_time,
|
||||
// Disallowing keychanges is disabled for now:
|
||||
true, // dkim_results.allow_keychange,
|
||||
dkim_results.allow_keychange,
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user