| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
I am ambivalent about this PR. Personally I don't like that MS feature. But I am also not a fan of including app specific hacks into DMS.
For me, it would be fine to do such things via user-patches.sh.
Sorry, something went wrong.
Me neither, but if a multi-billion dollar corporation feels like undermining standards, we – as in people invested in keeping the technology open and accessible – should make sure that this does not work with our systems. Google pulled something similar with XMPP and I would find it sad, if Microsoft did it to Email. |
Sorry, something went wrong.
|
We do not have the permission to rebase or merge master to update your branch, you'll need to update your branch again. Conflict would be from a recent PR that updated the CHANGELOG.md. If the PR here doesn't cause any issues for users (I don't know if it makes sense to expect the feature compatibility with DMS), merging is fine. Otherwise I'd agree with @casperklein and just add a tip in our docs about it with user-patches.sh. |
Sorry, something went wrong.
No one in their right mind would want this, so we can probably just drop it.
Signed-off-by: Moritz Poldrack <~git@mp.gy>
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> Reported-by: Cole Young <cole@young.sh> Fixes: 009237c ("chore: Prevent Microsoft MUAs from sending reactions (docker-mailserver#4120)")
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)")
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)")
| Back | FazBrowse Home | New Git URL |
Description
Microsoft added a way to "react" to emails which is turned into
No MUA except Microsoft's latest ones displays these properly and they are not providing significant value to an Email-exchange.
Type of change
Checklist