Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing

Поиск
Список
Период
Сортировка
От Célestin Matte
Тема Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing
Дата
Msg-id 72c93f94-1968-3939-2686-8e36e65b38fe@cmatte.me
обсуждение исходный текст
Ответ на Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing  (Célestin Matte <celestin.matte@cmatte.me>)
Ответы Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing
Список pgsql-www
> Have you actually come across any case where a *proper* non-spam message is sent without a message-id and passes
throughactual mailservers on the way? 
 
> 
> Looking through the approximately 1.4 million mails in the postgres list archives, not a single one has a message-id
generatedby the archives server MTA (which is configured to generate it). Not a single one by our inbound relay
servers.And exactly one by the pglister server -- which turns out to be a bounce that ended up in the archives because
ofa misconfiguration back in 2018 that's not visible in the public archives.
 

After some tests, I do have a very few number of non-spam examples (3 emails from 2 different people in a
postfix+mailmanmbox of 5k emails), but they date from 2003-2007.
 

Exim already handles empty Message-IDs by default by generating them [1], although it will let a message with
Resent-Message-IDpass through as-if. I tested such a case, and pglister seems to actually drop the message (or fail
silently).


[1]: https://www.exim.org/exim-html-current/doc/html/spec_html/ch-message_processing.html#SECID226
-- 
Célestin Matte



В списке pgsql-www по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Notice about EDB downloads
Следующее
От: Justin Clift
Дата:
Сообщение: Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing