fastnloud / zf2-dkim

Zend Framework 2 DKIM Signer
MIT License
8 stars 3 forks source link

Fixed an issue where the DKIM signature would be invalid. #5

Closed DarthGray closed 7 years ago

DarthGray commented 7 years ago

Fixed an issue where the DKIM signature would be invalid. The order of the headers to sign should be respected or the generated DKIM header would be invalid.

joepsyko commented 7 years ago

Hi @DarthGray,

I tried to contact the original author of this project but he ignore me, so I decided to clone the entire project to another repository and include your improvement.

You can find the project here: https://github.com/joepsyko/zf-dkim

If you have any improvement please make a pull request there. Thank you Joe