Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DKIM issues (py3) #153

Open
blueyed opened this issue Jun 13, 2018 · 0 comments
Open

DKIM issues (py3) #153

blueyed opened this issue Jun 13, 2018 · 0 comments

Comments

@blueyed
Copy link
Contributor

blueyed commented Jun 13, 2018

I've noticed several issues with the manual DKIM signing:

  1. pydkim seems to be abandoned, and is forked into dkimpy (https://launchpad.net/dkimpy)
  2. dkimpy has issues with py3, e.g. include_headers has to be a list of byte strings on py3 (https://bugs.launchpad.net/dkimpy/+bug/1776775)

Is it worth having it after all, given that there is https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html (which is also mentioned in the docs by now)?

Maybe keep it, but document its problems?
As for include_headers expected to be bytes, that might get fixed eventually (or django-ses could cast it), but that's where I started wondering if it should be maintained further after all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant