This bug was fixed in the package dkimpy - 0.5.6-1
---
dkimpy (0.5.6-1) unstable; urgency=medium
[ Scott Kitterman ]
* New upstream release (LP: #1350141)
* Remove uupdate from debian/watch, no longer relevant when using git-dpm
* Bump standards version to 3.9.6 without furthe
Fix released in version 0.5.5 today.
** Changed in: dkimpy
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1350141
Title:
dkim.sign crashs on python3
To
That and other python3 changes have been committed in 111. There may be
changes to the python3 API - most likely making include_headers and
associated sets (like frozen_headers) use str instead of bytes. Maybe
accepting either is the way to go.
** Changed in: dkimpy
Status: New => Fix Co
The fix mentioned above works well. Saved me today. Please apply it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1350141
Title:
dkim.sign crashs on python3
To manage notifications about this bug
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: dkimpy (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1350141
Title:
dki
What's the specific test case you were having trouble with?
** Also affects: dkimpy
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1350141
Title:
dkim.sig
** Description changed:
+ /dkim/__init__.py
+
Line 421: 'from' should be b'from'
# rfc4871 says FROM is required
if 'from' not in ( x.lower() for x in include_headers ):
- raise ParameterError("The From header field MUST be signed")
+ raise ParameterError("The From header fie