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