Re: missing ML messages

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: missing ML messages
Date: 2021-01-24 13:37:33
Message-ID: CABUevEyYop_zjaCggv-FNd9HCRyb4D2xmj5+Wf16Xqp_PHFU=g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Sat, Jan 23, 2021 at 4:14 AM Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:
>
> On Fri, Jan 22, 2021 at 10:07:38PM -0500, Tom Lane wrote:
> > Justin Pryzby <pryzby(at)telsasoft(dot)com> writes:
> > > I noticed that one of my messages never made it to the HTTP page:
> > > 20210119190720(dot)GL8560(at)telsasoft(dot)com
> >
> > I see it in the archives, and in my local mail folder too.
> > https://www.postgresql.org/message-id/20210119190720.GL8560@telsasoft.com
>
> Ok...I must have entered it wrong somehow.
>
> So the problem is that it doesn't show up here:
> https://www.postgresql.org/message-id/flat/20170907194236.4cefce96%40wp.localdomain
>
> Is it because I used two IDs in reply-to headers?
>
> In-Reply-To: <CAFiTN-updTo3aB+7vsECHOHpjB23Av5OfgZQrt90Q33gFK-oZQ(at)mail(dot)gmail(dot)com>
> <CAFiTN-utJPbTLQ9i10wT_zmHX=un+RQMB1B1xbkTgrh971vqjw(at)mail(dot)gmail(dot)com>
>
> In mutt, I would've 't'agged two messages, and then ';'-'r' to reply and quote both.

Yeah, I think that's it. We only parse a single value in the in-reply-to.

Normally this shouldn't be a problem, because normally the messageid
is also listed in References, but your message doesn't appear to
contain *any* References header. Which should normally be a list of
all the previous messages in the thread.

Have you done something in your config to specifically turn off adding
of References headers? It seems strange we haven't seen this before...

And yes, a quick look at the RFC shows that multiple values in
In-reply-to is allowed. The problem is that this is one of the most
broken fields as to what MUAs put in there -- the vast majority who
put more than one field in there, puts in something in a completely
broken format. So traditionally this has been much easier to ignore,
and to rely on the References header for those cases.

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

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Alvaro Herrera 2021-01-24 16:27:40 Re: coverage.postgresql.org not being refreshed
Previous Message Tom Lane 2021-01-24 02:01:22 Re: coverage.postgresql.org not being refreshed