Invalid Authentication-Results header fields are ignored for ARC signing

(LP: #1884044)
This commit is contained in:
Scott Kitterman
2023-02-25 17:10:17 -05:00
parent b74452d9da
commit 2115a5e9f8
3 changed files with 17 additions and 6 deletions
+3
View File
@@ -176,6 +176,9 @@ https://tools.ietf.org/html/rfc8617
In addition to arcsign and arcverify, the dkim module now provides
arc_sign and arc_verify functions as well as an ARC class.
If an invalid authentication results header field is included in the set for
ARC, it is ignored and no error is raised.
Both DKIM ed25519 and ARC are now considered stable (no longer experimantal).
## ASYNC SUPPORT