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-11-17 23:27:30 +03:00
2019-10-02 14:01:53 +10:00
2021-06-25 11:34:51 +02:00
2021-12-06 10:34:39 +10:00
2021-11-11 08:25:31 +10:00
2021-08-30 12:31:22 +01:00
2021-10-13 12:53:23 +03:00
2019-10-02 14:01:53 +10:00
2021-10-29 20:46:25 +02:00
2019-10-02 14:01:53 +10:00
2021-11-17 23:27:30 +03:00
2020-05-15 14:23:27 +08:00
2021-11-30 13:36:14 -03:00
2019-10-14 12:57:33 +05:30
2019-04-30 10:27:42 +10:00
2020-04-08 12:42:28 +10:00
2021-10-04 15:40:35 -03:00
2021-08-25 09:37:07 +08:00
2021-10-25 10:24:21 +02:00
2021-11-23 13:54:51 +02:00
2021-09-22 07:59:45 +10:00
2021-09-02 14:55:38 -04:00
2020-07-24 17:19:21 +08:00
2021-05-21 11:43:47 +10:00
2019-04-30 10:27:42 +10:00
2021-01-04 10:34:44 +01:00
2019-10-01 12:04:39 -04:00
2021-08-24 10:46:28 +03:00
2019-04-30 10:27:42 +10:00
2021-11-25 15:22:43 +11:00
2021-03-22 19:41:42 +02:00
2021-11-17 23:27:30 +03:00
2019-10-02 14:01:53 +10:00
2021-08-10 10:25:15 -04:00
2021-06-22 13:00:04 -05:00
2019-10-02 14:01:53 +10:00
2021-02-23 16:20:59 -05:00
2021-10-06 17:42:04 +03:00
2021-12-01 16:10:40 +00:00
2021-11-23 13:00:45 +02:00
2021-11-09 17:20:09 +11:00
2019-12-03 10:05:53 +01:00
2020-03-10 22:13:17 +01:00
2021-05-21 11:43:47 +10:00
2021-11-25 09:34:39 +02:00
2019-04-30 10:27:42 +10:00
2020-12-14 17:49:37 +02:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-28 11:33:08 +10:00
2019-05-07 13:12:20 +10:00
2021-11-05 14:20:14 -03: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
2021-11-23 22:25:54 +02:00
2019-04-30 10:27:42 +10:00
2021-11-17 23:27:30 +03:00
2019-04-30 10:27:42 +10:00
2021-09-17 10:41:34 +02:00
2021-05-21 11:43:47 +10:00
2021-05-21 11:43:47 +10:00
2021-01-20 21:32:22 +01:00
2021-05-21 11:43:47 +10:00
2019-04-30 10:27:42 +10:00
2019-10-02 14:01:53 +10:00
2021-05-21 11:43:47 +10:00
2019-04-30 10:27:42 +10:00
2021-11-25 12:07:34 +00:00
2021-05-21 11:43:47 +10:00
2021-10-29 20:15:10 +02:00
2019-04-30 10:27:42 +10:00
2019-06-07 01:26:06 +02:00
2021-12-03 14:54:07 -06:00
2021-09-15 10:16:54 +10:00
2021-11-08 09:33:41 +08:00
2019-10-02 14:01:53 +10:00
2021-06-30 15:51:35 +03:00
2021-11-09 16:29:37 +02:00
2021-08-27 16:26:06 +01:00
2021-11-22 10:43:03 +10:00
2021-08-11 08:39:25 +10:00
2019-05-07 13:12:20 +10:00
2021-05-19 16:04:35 +04:00
2019-11-27 16:11:49 +11:00
2021-09-03 13:15:58 +05:30
2019-10-02 14:01:53 +10:00
2021-11-08 09:16:38 +10:00
2021-07-07 18:57:42 +02:00
2021-07-07 18:57:42 +02:00
2019-05-07 13:12:20 +10:00
2021-06-21 11:06:58 +08:00
2021-11-01 10:14:47 +08:00
2019-11-11 11:18:12 +11:00
2019-05-13 09:31:32 +08:00
2021-07-07 18:57:42 +02:00
2021-12-02 09:33:03 -06:00
2021-05-21 11:43:47 +10:00
2020-07-27 10:23:54 +10:00
2019-08-06 11:26:54 +01:00
2020-09-22 10:17:52 +10:00
2021-05-24 18:13:30 +10:00
2021-05-03 09:21:35 +02:00
2021-09-16 07:58:53 +05:30
2021-06-15 17:25:06 +02:00
2021-01-25 12:04:27 +01:00
2021-10-28 11:59:46 +05:30
2020-03-10 22:13:17 +01:00
2021-10-12 10:25:03 +05:30
2021-07-16 15:25:49 -03:00
2021-12-01 08:56:00 +11:00
2021-08-05 12:56:15 +08:00
2019-10-02 14:01:53 +10:00
2019-04-30 10:27:42 +10:00
2021-07-05 14:17:31 +08:00
2021-06-08 13:25:51 -04:00
2021-08-10 17:25:11 +05:30
2021-10-27 14:41:24 +04:00
2020-10-12 22:54:56 +02:00