You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to report a bug with this extension: A validly dkim-signed mail with an empty body leads to "internal error" being displayed as verification result.
Yannik
The text was updated successfully, but these errors were encountered:
Currently the addon expects the empty line that is separating the headers and the body to be there. And if not throws an internal error.
I took a closer look at the specification (https://www.rfc-editor.org/rfc/rfc5322#section-3.5) and noticed that the body is actually optional. So the current assumption that the empty line always has to be there is wrong.
I will fix this in the next version. But would be nice if you could confirm that the email causing the issue has a missing body, and not just an empty one.
- The body is only optional in the RFC so allow a missing one
- Ensure that the last header is still ending with a newline
- Ensure that all headers can be split into name and value
Hi,
I'd like to report a bug with this extension: A validly dkim-signed mail with an empty body leads to "internal error" being displayed as verification result.
Yannik
The text was updated successfully, but these errors were encountered: