Debug DKIM failures

This commit is contained in:
M66B 2024-05-14 13:27:50 +02:00
parent f7148dad57
commit 20f9d67b88
1 changed files with 2 additions and 1 deletions

View File

@ -2359,9 +2359,10 @@ public class MessageHelper {
}
}
}
} catch (Throwable ex) {
Log.e("DKIM", ex);
EntityLog.log(context, EntityLog.Type.Debug3, "DKIM failed" +
" ex=" + Log.formatThrowable(ex));
}
return signers;