From 1719a2a1679e67c181ceeb43a34c303eabfa6517 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Wed, 17 Apr 2024 12:44:26 +0200 Subject: [PATCH] js/mailhops.js: update AH RFC to 8601. --- js/mailhops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mailhops.js b/js/mailhops.js index d7186d6..a6792bb 100644 --- a/js/mailhops.js +++ b/js/mailhops.js @@ -340,7 +340,7 @@ class MailHops { }); } //Authentication-Results - //http://tools.ietf.org/html/rfc5451 + //http://tools.ietf.org/html/rfc8601 if (header_auth) { var headerAuthArr = header_auth.split(';'); var dkim_result;