Refactoring

This commit is contained in:
M66B
2023-04-05 07:31:14 +02:00
parent 09a7291959
commit 5f5ccf25b1
6 changed files with 32 additions and 32 deletions

View File

@@ -2307,8 +2307,8 @@ public class MessageHelper {
if (records.length == 0)
return null;
Log.i("DKIM got " + records[0].name);
Map<String, String> dk = getKeyValues(records[0].name);
Log.i("DKIM got " + records[0].response);
Map<String, String> dk = getKeyValues(records[0].response);
String canonic = kv.get("c");
Log.i("DKIM canonicalization=" + canonic);