mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 09:16:00 +00:00
DKIM logging
This commit is contained in:
parent
5a44e99a06
commit
384249a248
1 changed files with 1 additions and 0 deletions
|
@ -2562,6 +2562,7 @@ public class MessageHelper {
|
|||
|
||||
boolean verified = sig.verify(signature);
|
||||
String msg = "DKIM valid=" + verified +
|
||||
" header=" + name +
|
||||
" algo=" + salgo +
|
||||
" dns=" + dns +
|
||||
" from=" + formatAddresses(getFrom());
|
||||
|
|
Loading…
Reference in a new issue