Any reason not to use python library's email module to represent message in DKIM object?
Asked by
Jim Welch
Administering an MTA (qmail), I find myself wanting to inyspect outbound messages prior to DKIM signing. So I use the Python Library's email module to parse the message resulting in a message object upon which my inspection. Then I have to reassemble the message (using email.generator) to pass it to DKIM sign(), which in turn parses it again. It seems like it would be sensible to have the option to pass the message object to DKIM sign() as alternative to passing the flat message text.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- dkimpy Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Jim Welch
- Solved:
- Last query:
- Last reply:
To post a message you must log in.