Closed juh closed 7 years ago
As I read this, the code will do full signing and verifying, and then use one half or the other (or both) depending on which mode bits or set. It would be ideal to shut off the parts of the library that are not needed when only one mode is selected.
@petergoldstein I believe has taken on that change.
Copied the
Mode
option from OpenDKIM. Cheap implementation that works by just only adding the relevant headers ifs
orv
is specified. All calculations of signatures are still done. This pull request is not really meant to be included into the master branch but may help others to try out different operation modes in real life scenarios.