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/ |