1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-16 14:20:10 -07:00

js/mailhops.js: update AH RFC to 8601.

This commit is contained in:
Mihai Moldovan 2024-04-17 12:44:26 +02:00
parent 5cf488aab9
commit 1719a2a167

View File

@ -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;