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;