Added comment

This commit is contained in:
M66B 2023-08-13 15:19:10 +02:00
parent f6b7332073
commit 4ce5315f08
1 changed files with 3 additions and 0 deletions

View File

@ -2329,6 +2329,9 @@ public class MessageHelper {
Log.i("DKIM got " + records[0].response);
Map<String, String> dk = getKeyValues(records[0].response);
// DKIM version and key type are not always present
// v=DKIM1; k=rsa; p=...
// v=DKIM1; k=ed25519; p=...
String canonic = kv.get("c");
Log.i("DKIM canonicalization=" + canonic);