Martin Brennan
3b13f1146b
FIX: Add random suffix to outbound Message-ID for email ( #15179 )
...
Currently the Message-IDs we send out for outbound email
are not unique; for a post they look like:
topic/TOPIC_ID/POST_ID@HOST
And for a topic they look like:
topic/TOPIC_ID@HOST
This commit changes the outbound Message-IDs to also have
a random suffix before the host, so the new format is
like this:
topic/TOPIC_ID/POST_ID.RANDOM_SUFFIX@HOST
Or:
topic/TOPIC_ID.RANDOM_SUFFIX@HOST
This should help with email deliverability. This change
is backwards-compatible, the old Message-ID format will
still be recognized in the mail receiver flow, so people
will still be able to reply using Message-IDs, In-Reply-To,
and References headers that have already been sent.
This commit also refactors Message-ID related logic
to a central location, and adds judicious amounts of
tests and documentation.
2021-12-06 10:34:39 +10:00
..
2021-12-06 10:34:39 +10:00
2019-12-03 10:05:53 +01:00
2019-04-30 10:27:42 +10:00
2020-03-10 22:13:17 +01:00
2020-07-29 09:58:29 +08:00
2021-11-25 09:34:39 +02:00
2021-04-09 13:06:35 +10:00
2019-10-02 14:01:53 +10:00
2021-05-21 11:43:47 +10:00
2019-05-07 13:12:20 +10:00
2021-02-15 08:50:33 +11:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2021-05-14 10:34:56 +03:00
2019-05-07 13:12:20 +10:00
2019-05-13 21:44:03 +02:00
2019-04-30 10:27:42 +10:00
2020-03-09 10:26:41 +01:00
2021-09-16 07:58:53 +05:30
2019-05-28 16:38:41 +05:30
2021-01-21 11:37:47 +10:00
2021-02-03 10:13:32 +10:00
2020-09-28 12:02:25 +01:00
2019-10-02 14:01:53 +10:00
2020-11-11 00:44:27 +05:30
2019-10-02 14:01:53 +10:00
2020-08-27 13:42:00 +08:00
2019-10-02 14:01:53 +10:00
2021-11-30 13:36:14 -03:00
2021-02-05 10:12:56 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2021-04-30 17:08:38 -07:00
2019-05-07 13:12:20 +10:00
2021-11-22 14:37:32 -03:00
2021-02-20 08:25:32 -03:00
2020-09-28 12:02:25 +01:00
2021-02-08 10:04:33 +00:00
2021-11-17 23:27:30 +03:00
2019-10-02 14:01:53 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2020-07-13 15:05:30 -04:00
2020-03-09 17:37:49 +01:00
2019-10-02 14:01:53 +10:00
2020-11-10 10:09:15 +00:00
2021-03-16 17:08:54 +02:00
2020-05-28 12:52:27 +01:00
2021-05-21 11:43:47 +10:00
2021-07-15 05:53:26 +03:00
2021-03-17 08:55:23 +03:00
2020-12-07 13:35:41 +02:00
2021-08-26 15:16:35 +10:00
2019-10-02 14:01:53 +10:00
2020-08-07 18:13:02 +02:00
2021-02-11 10:03:45 +11:00
2020-10-30 09:09:56 +05:30
2021-02-03 10:13:32 +10:00
2019-10-02 14:01:53 +10:00
2019-05-07 14:05:23 -04:00
2021-06-24 10:02:56 -03:00
2020-03-10 22:13:17 +01:00
2021-04-19 10:27:29 +02:00
2021-02-09 16:41:22 +11:00
2019-04-30 10:27:42 +10:00
2019-07-19 11:29:12 +05:30
2021-01-20 13:22:41 +10:00
2021-10-19 17:12:29 +05:30
2021-01-27 10:29:24 -06:00
2021-02-17 07:51:39 +10:00
2021-10-19 17:12:29 +05:30
2021-10-29 17:58:05 +03:00
2020-11-03 12:38:54 +00:00
2019-04-30 10:27:42 +10:00
2021-01-25 11:23:36 +01:00
2021-06-24 11:35:36 +02:00
2021-05-26 13:16:16 -03:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2021-09-15 10:16:54 +10:00
2020-05-14 15:42:00 -07:00
2020-08-26 12:59:05 +08:00
2021-07-08 12:49:58 +10:00
2020-03-10 22:13:17 +01:00
2019-04-30 10:27:42 +10:00
2020-10-20 19:11:43 +03:00
2020-09-02 20:19:46 -06:00
2020-09-28 12:02:25 +01:00
2020-09-02 11:17:17 +08:00
2021-07-08 15:56:09 -07:00