sebbASF opened a new issue #3: URL: https://github.com/apache/incubator-ponymail-foal/issues/3
The dkim generator code does not agree with that in https://github.com/apache/incubator-ponymail/pull/517 In particular, the PR uses byte variables for rfc4871_subset and rfc4871_and_rfc8617_subset, whereas the code uses strings. Since the header keywords are parsed as bytes, they never match the provided list. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
