Stricter alignment

This commit is contained in:
M66B
2024-07-01 13:12:13 +02:00
parent af63bd1443
commit d11bf4a73b
3 changed files with 16 additions and 47 deletions

View File

@@ -359,7 +359,7 @@ public class ActivityEML extends ActivityBase {
List<String> signers = helper.verifyDKIM(context);
boolean aligned = helper.isAligned(context, signers,
helper.getReturnPath(), helper.getMailFrom(authentication), helper.getFrom());
helper.getReturnPath(), helper.getMailFrom(authentication), helper.getFrom(), helper.getSPF());
ssb.append("TLS: ").append(tls == null ? "-" : (tls ? "" : "")).append('\n');
ssb.append("DKIM: ").append(dkim == null ? "-" : (dkim ? "" : "")).append('\n');