mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 10:25:03 +01:00
Debug DKIM failures
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user