jkraemer / mail-gpg

GPG/MIME extension for the Ruby Mail Library
MIT License
69 stars 24 forks source link

Signature verification broken since 0.4.3 #67

Open duritong opened 3 years ago

duritong commented 3 years ago

At least for some kind of emails, signature verification is broken since: https://github.com/jkraemer/mail-gpg/commit/5fded41ccee4a58f848a2f8e7bd53d11236f8984 - Somehow this reverted changes that explicitly helped to address these issues. It's not clear why these changes got reverted.

See more details here: https://0xacab.org/schleuder/schleuder/-/issues/502

See https://0xacab.org/schleuder/schleuder/-/merge_requests/387 how this can be fixed, including tests that show it is broken.