unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* Re: Issue with lore.kernel.org links
       [not found] <7ced6131-0c26-319f-58c8-80a1ec5ef336@amd.com>
@ 2022-03-07 15:59 ` Konstantin Ryabitsev
  2022-03-07 22:14   ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Konstantin Ryabitsev @ 2022-03-07 15:59 UTC (permalink / raw)
  To: Tom Lendacky; +Cc: meta

On Mon, Mar 07, 2022 at 09:44:06AM -0600, Tom Lendacky wrote:
> Hi Konstantin,
> 
> Boris Petkov suggested I email you about an issue I'm having with some of
> the links on lore.kernel.org.  For example, I performed a search and was
> presented with a result page:
> 
> https://lore.kernel.org/all/Yh3r1PSx/fjqoBB3@nazgul.tnic/?q=Singh
> 
> Paging down slightly, you'll see the patch series links. If I click on any
> of them, for example, the link associated with the line:
> 
>   2022-02-24 16:55 ` [PATCH v11 08/45] x86/sev: " Brijesh Singh
>   https://lore.kernel.org/all/Yh3r1PSx/20220224165625.2175020-9-brijesh.singh@amd.com/
> 
>   (Note, that line should really read:
>    2022-02-24 16:55 ` [PATCH v11 08/45] x86/sev: Detect/setup SEV/SME features earlier in boot Brijesh Singh)
> 
> I'm taken to a page that reads:
> Message-ID <Yh3r1PSx/20220224165625.2175020-9-brijesh.singh@amd.com>
> not found
> 
> Perhaps try an external site:
> ...
> 
> I'm not sure what the issue is, but wanted to let you know.

The problem is that the message-id has a '/' in it, and it's causing some
problems. E.g. if you escape the slash, all links work properly:
https://lore.kernel.org/all/Yh3r1PSx%2FfjqoBB3@nazgul.tnic/?q=Singh

I'm cc'ing the public-inbox list with the hopes that we can figure out what's
the best way to handle this situation.

Thanks,
-K

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Issue with lore.kernel.org links
  2022-03-07 15:59 ` Issue with lore.kernel.org links Konstantin Ryabitsev
@ 2022-03-07 22:14   ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2022-03-07 22:14 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: Tom Lendacky, meta

Konstantin Ryabitsev <konstantin@linuxfoundation.org> wrote:
> On Mon, Mar 07, 2022 at 09:44:06AM -0600, Tom Lendacky wrote:
> > Hi Konstantin,
> > 
> > Boris Petkov suggested I email you about an issue I'm having with some of
> > the links on lore.kernel.org.  For example, I performed a search and was
> > presented with a result page:
> > 
> > https://lore.kernel.org/all/Yh3r1PSx/fjqoBB3@nazgul.tnic/?q=Singh
> > 
> > Paging down slightly, you'll see the patch series links. If I click on any
> > of them, for example, the link associated with the line:
> > 
> >   2022-02-24 16:55 ` [PATCH v11 08/45] x86/sev: " Brijesh Singh
> >   https://lore.kernel.org/all/Yh3r1PSx/20220224165625.2175020-9-brijesh.singh@amd.com/
> > 
> >   (Note, that line should really read:
> >    2022-02-24 16:55 ` [PATCH v11 08/45] x86/sev: Detect/setup SEV/SME features earlier in boot Brijesh Singh)
> > 
> > I'm taken to a page that reads:
> > Message-ID <Yh3r1PSx/20220224165625.2175020-9-brijesh.singh@amd.com>
> > not found
> > 
> > Perhaps try an external site:
> > ...
> > 
> > I'm not sure what the issue is, but wanted to let you know.
> 
> The problem is that the message-id has a '/' in it, and it's causing some
> problems. E.g. if you escape the slash, all links work properly:
> https://lore.kernel.org/all/Yh3r1PSx%2FfjqoBB3@nazgul.tnic/?q=Singh
> 
> I'm cc'ing the public-inbox list with the hopes that we can figure out what's
> the best way to handle this situation.

'%2F' is the best we can do for now...

Now, if there's a tool generating URLs where '%2F' isn't used,
then that tool needs fixing.

Newer mutt defaults are painful.  Upstream added $message_id_format
to workaround it (<%Y%02m%02d%02H%02M%02S.G%c%p@%f> for the old default).
Still a totally unnecessary change on mutt's part IMNSHO but I failed
to convince mutt upstream to avoid '/' in Message-IDs by default.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-07 22:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <7ced6131-0c26-319f-58c8-80a1ec5ef336@amd.com>
2022-03-07 15:59 ` Issue with lore.kernel.org links Konstantin Ryabitsev
2022-03-07 22:14   ` Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).