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
+7 -2
View File
@@ -1,5 +1,10 @@
1.3.0 WARNING LAST COMMIT IS WIP
- Improve resilience to malformed email addresses
1.3.0
- Improve 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.
- Set minimum pymilter and dkimpy versions in setup.py to those that will
work reliably with non-ASCII content.
1.2.2 2020-08-09
- Improve README.md formating for markdown display on pypi