From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 8E59A1F404; Fri, 23 Mar 2018 19:07:35 +0000 (UTC) Date: Fri, 23 Mar 2018 19:07:35 +0000 From: Eric Wong To: Jonathan Corbet Cc: meta@public-inbox.org Subject: Re: [PATCH] Don't send people to mid.gmane.org Message-ID: <20180323190735.GA8195@80x24.org> References: <20180323125048.3a3c8864@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180323125048.3a3c8864@lwn.net> List-Id: Jonathan Corbet wrote: > mid.gmane.org has not worked since Lars left the building, and there is no > realistic prospect of it ever coming back. Sending people there is now a > waste of time, let's not do that. I seem to remember it working at some point afterwards, but maybe I'm mistaken. Fortunately, nntp://news.gmane.org/20180323125048.3a3c8864@lwn.net still seems to work. How about that? diff --git a/lib/PublicInbox/ExtMsg.pm b/lib/PublicInbox/ExtMsg.pm index c71510f..1509e06 100644 --- a/lib/PublicInbox/ExtMsg.pm +++ b/lib/PublicInbox/ExtMsg.pm @@ -17,7 +17,7 @@ our @EXT_URL = ( # leading "//" denotes protocol-relative (http:// or https://) '//marc.info/?i=%s', '//www.mail-archive.com/search?l=mid&q=%s', - 'http://mid.gmane.org/%s', + 'nntp://news.gmane.org/%s', 'https://lists.debian.org/msgid-search/%s', '//docs.FreeBSD.org/cgi/mid.cgi?db=mid&id=%s', 'https://www.w3.org/mid/%s',