On Fri, Jun 16, 2023 at 11:13:01PM +0000, Eric Wong wrote:
> > Reviving this old thread for some clarification. I noticed that this only
> > works for /all/, but not for individual inboxes. E.g.:
> > 
> >     $ curl -d '' -sSf \
> >       https://lore.kernel.org/all/"$MSGID/?x=m&q=rt:2023-03-29.."; \
> >       | zgrep -i ^Message-ID:
> >     Message-ID: <cfcf852c-e9f0-f560-542d-0f72777a8...@leemhuis.info>
> > 
> > but with /lkml/ I get a 404:
> > 
> >     $ curl -d '' -sSf \
> >       https://lore.kernel.org/lkml/"$MSGID/?x=m&q=rt:2023-03-29.."; \
> >       | zgrep -i ^Message-ID:
> >     curl: (22) The requested URL returned error: 404
> > 
> > Is that intentionally restricted to just extindex?
> 
> It's a bug, fix below and deployed to https://80x24.org/lore/

Indeed, looks good now. Thank you!

-K


Reply via email to