Improved DKIM length error

pull/217/head
M66B 8 months ago
parent 0d9eff4f4d
commit 83b93286f2

@ -2639,7 +2639,7 @@ public class MessageHelper {
String length = kv.get("l");
if (!TextUtils.isEmpty(length))
throw new IllegalArgumentException("Length l=" + length);
throw new IllegalArgumentException("Length l=" + length + " body=" + body.length());
Log.i("DKIM body=" + body.replace("\r\n", "|"));

Loading…
Cancel
Save