From: Eric Wong Date: Wed, 9 Jan 2019 11:43:27 +0000 (+0000) Subject: newswww: add /$MESSAGE_ID global redirector endpoint X-Git-Tag: v1.2.0~372 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=98661e7894ae4b516d7b7a9d87e451ef2bfe57ba;hp=98661e7894ae4b516d7b7a9d87e451ef2bfe57ba;p=public-inbox.git newswww: add /$MESSAGE_ID global redirector endpoint This is the fallback for the normal WWW endpoint. Adding this to the top-level seems to be alright, since lynx and w3m both understand nntp:/// anyways. If newsgroup and inbox names conflict, then consider it the fault of the original sender. Since NewsWWW is intended to support buggy linkifiers in mail clients, they can interpret nntp:// URLs as http:/// Inbox ordering from the config file is preserved since commit cfa8ff7c256e20f3240aed5f98d155c019788e3b ("config: each_inbox iteration preserves config order"), so admins can rely on that to configure how scanning works. Requested-by: Konstantin Ryabitsev cf. https://public-inbox.org/meta/20190107190719.GE9442@pure.paranoia.local/ nntp://news.public-inbox.org/20190107190719.GE9442@pure.paranoia.local ---