user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* generic message-id redirector
@ 2021-02-01 10:41 Uwe Kleine-König
  2021-02-01 11:10 ` Eric Wong
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Kleine-König @ 2021-02-01 10:41 UTC (permalink / raw)
  To: meta

[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]

Hello,

I'm currently trying to get up a public-inbox instance and I fail to
setup a generic message-id redirector as lore.kernel.org implements it.
That is a request to https://lore.kernel.org/r/message@id is redirected
to https://lore.kernel.org/somelist/message@id for a list "somelist"
that has a message with the given Message-Id.

I fail to find this feature in the code and wonder if it is a feature
that was added only to the public-inbox clone used to operate
lore.kernel.org.

Currently I have:

$ curl http://localhost:8080/r/20210201083307.GI19583@pengutronix.de/; echo
Not Found

which I would expect to be redirected to:
$  curl -s http://localhost:8080/barebox/20210201083307.GI19583@pengutronix.de/  | wc -l
148

Is there some additional code or configuration necessary to make this
work? Am I missing something?

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2021-02-02 14:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 10:41 generic message-id redirector Uwe Kleine-König
2021-02-01 11:10 ` Eric Wong
2021-02-01 13:26   ` Uwe Kleine-König
2021-02-01 17:17     ` Eric Wong
2021-02-01 19:22     ` Konstantin Ryabitsev
2021-02-02  8:08       ` Uwe Kleine-König
2021-02-02 13:06         ` Konstantin Ryabitsev
2021-02-02 14:02           ` Uwe Kleine-König

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).