Finalize UTF-8 fixup, including dkimpy/pymilter version bumps

This commit is contained in:
Scott Kitterman
2023-02-26 18:31:36 -05:00
parent e378fb0266
commit 039fcc54fd
3 changed files with 14 additions and 4 deletions
+5
View File
@@ -336,3 +336,8 @@ later support Ed25519 signing and verification. RFC 8301 removed rsa-sha1
from DKIM. dkimpy-milter does not sign with rsa-sha1, but still considers
rsa-sha1 signatures as valid for verification because they are still in
common use and are not known to be cryptographically broken.
Support for non-ASCII email messages: Anything UTF-8 should work (including
correct signing/verification). For messages that contain header fields with
non-ASCII or UTF-8 content, signatures are likely fail verification, but the
milter should continue to run. RFC 8616 is not supported.