mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
Re-disable DKIM-checks (#4076)
This commit is contained in:
@@ -99,7 +99,8 @@ pub(crate) async fn prepare_decryption(
|
||||
from,
|
||||
autocrypt_header.as_ref(),
|
||||
message_time,
|
||||
dkim_results.allow_keychange,
|
||||
// Disallowing keychanges is disabled for now:
|
||||
true, // dkim_results.allow_keychange,
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user