| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM thanks, just an improvement to the changelog.
Sorry, something went wrong.
Due to an oversight, one of the header filters has potentially modified the message body, leading to broken cryptographic signatures. Switch to the Message-Id instead of the Content-Type header, which is usually only present in the global header. Signed-off-by: Moritz Poldrack <git@moritz.sh> Co-Authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Reported-by: Cole Young <cole@young.sh> Fixes: 009237c ("chore: Prevent Microsoft MUAs from sending reactions (docker-mailserver#4120)")
|
Done as requested :) |
Sorry, something went wrong.
|
Not related to this PR: Does anyone knows, why there are these \s* in the regex? If never saw mail headers prefixed by space(s). |
Sorry, something went wrong.
I don't know either. I'll revise this after afterward anyway, the whitespaces are very likely not required. |
Sorry, something went wrong.
FWIW, I did investigate this feature in DMS and it looks like it had a poor implementation to begin with: #4263 (comment)
|
Sorry, something went wrong.
|
Do we want to release v15.0.2 right away? |
Sorry, something went wrong.
|
Not sure how frequently its encountered, but I would think those who are would very much appreciate a timely fix. |
Sorry, something went wrong.
Given the regression that'd be wise to do. Anything else that props up over the next week can go into a .3 release if needed before merging in changes for 15.1. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Due to an oversight, one of the header filters has potentially modified the message body, leading to broken cryptographic signatures.
Switch to the Message-Id instead of the Content-Type header, which is usually only present in the global header.
Reported-by: Cole Young cole@young.sh
Fixes: 009237c ("chore: Prevent Microsoft MUAs from sending reactions (#4120)")