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

From Magnus Hagander
Subject Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing
Date
Msg-id CABUevEwHrQV+b4h1b=AefquZXW0Ofaj8qSEjGO65LMgNOD0ewA@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing  (Magnus Hagander <magnus@hagander.net>)
List pgsql-www


On Thu, Nov 4, 2021 at 11:31 AM Magnus Hagander <magnus@hagander.net> wrote:


On Wed, Nov 3, 2021 at 6:02 PM Célestin Matte <celestin.matte@cmatte.me> wrote:
Hello,

As surprising as it may seem, Message-ID is actually not a mandatory email field [1]. While most MTAs do add this field, some might not, and this will cause load_message.py to crash.
As a solution to this, when this field is missing, this patch:
- attempts to find a "Sent-Message-ID" header and use it as the Message-ID (a case I encountered when trying to import an old mbox)
- generates a new Message-ID if none exists, following (a simpler version of) [2].

I don't think this should be the responsibility of pglister. As you say, "most MTAs do add this field" -- and the solution is to configure the MTA to do this. We already rely on the MTA to get a lot of other important things right.

Sorry, I mean pgarchives here of course, not pglister :)
 

--

pgsql-www by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing
Next
From: Magnus Hagander
Date:
Subject: Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing