-
Bug
-
Resolution: Fixed
-
Minor
-
3.9, 4.2.5, 4.3.2
Sibling tracker to MDLSITE-6059. I originally though this was more of an AWS setup bug just with how moodle.org's email mta is setup, which overwrites the message id's created by moodle which breaks the threading. But then I realized that this can be gracefully worked around in a generic way in core.
The problem is the first email in a thread would be like:
Message-ID: <646082d990334df2b39@moodle.org> |
Thread-Index: 646082d990334df2b392e5aa6e91
|
And then second email reply reference it:
In-Reply-To: <646082d990334df2b39@moodle.org> |
References: <646082d990334df2b39@moodle.org> |
But AWS overwrites all message id's so the first email looks like:
Message-ID: <0101016fa75a4c94-38bfe565-70ea-40c7-b321-c4c2368911a3-000000@us-west-2.amazonses.com> |
Thread-Index: 646082d990334df2b392e5aa6e91
|
But we don't actually need the message Id's to match, if we simply add the References to the initial email then most email clients will thread the anyway because they are designed to thread even with a partial subset of the emails.
Message-ID: <0101016fa75a4c94-38bfe565-70ea-40c7-b321-c4c2368911a3-000000@us-west-2.amazonses.com> |
Thread-Index: 646082d990334df2b392e5aa6e91
|
In-Reply-To: <646082d990334df2b39@moodle.org> |
References: <646082d990334df2b39@moodle.org> |
- will help resolve
-
MDLSITE-5451 Some sites are sending forum mails with wrong Message-ID header
-
- Open
-
-
MDLSITE-6059 Forums don't thread properly in email clients
-
- Closed
-