DKIM-Checking: Don't disallowing keychanges for now

To get back to a releaseable state - the info stays accessible in the
Message-info.

We can re-enable it as soon as it has been tested thoroughly.
This commit is contained in:
Hocuri
2022-11-04 11:57:49 +01:00
committed by link2xt
parent e93dc33ef8
commit db84317be0
2 changed files with 8 additions and 6 deletions

View File

@@ -79,7 +79,8 @@ pub 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?;