Confine errors from dnspython to dnsplug and use dkim errors, since dkim.__init__.py doesn't import dns and needs dkim errors (LP: #2018646)

This commit is contained in:
Scott Kitterman
2023-05-12 01:13:46 -04:00
parent c75fa31ad2
commit 8cf323d4ea
3 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
Version 1.1.4
2023-05-12 Version 1.1.4
- Treat dns.resolver.NoNameservers like NXDOMAIN (not an error) (Thanks to
David for the patch and the report)
- Confine errors from dnspython to dnsplug and use dkim errors, since
dkim.__init__.py doesn't import dns and needs dkim errors (LP: #2018646)
2023-04-30 Version 1.1.3
- Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how
RSA key errors are treated (LP: #2018021)