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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
Cc: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing
Date: 2021-11-04 10:32:37
Message-ID: CABUevEwHrQV+b4h1b=AefquZXW0Ofaj8qSEjGO65LMgNOD0ewA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Thu, Nov 4, 2021 at 11:31 AM Magnus Hagander <magnus(at)hagander(dot)net> wrote:

>
>
> On Wed, Nov 3, 2021 at 6:02 PM Célestin Matte <celestin(dot)matte(at)cmatte(dot)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 :)

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2021-11-04 10:35:41 Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing
Previous Message Magnus Hagander 2021-11-04 10:31:33 Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing