mirror of https://github.com/M66B/FairEmail.git
Debug DKIM failures
This commit is contained in:
parent
f7148dad57
commit
20f9d67b88
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue