From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) 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.1 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 876C91F404; Sat, 1 Sep 2018 20:56:47 +0000 (UTC) Date: Sat, 1 Sep 2018 20:56:47 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: other vger lists on lore? Message-ID: <20180901205647.7rpcwj23t6oq2f67@dcvr> References: <20180827205048.GA13752@dcvr> <20180827205811.GA1611@chatter> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180827205811.GA1611@chatter> List-Id: Konstantin Ryabitsev wrote: > Yeah, this is something I'll be actively promoting soon, but I will be > caveating this by requesting that all lists joining lore.kernel.org provide > an archive of messages as far back as possible. I'll probably start working > on that in early September. As far as ancient messages goes, the v2 format should(*) be able to work starting from any integer $N for the $REPO_DIR/git/$N.git repository. So you could start at 1.git and fill in 0.git later (reindex will be necessary), and NNTP article numbers would need to be manually padded. (*) not sure if I tested this, though :x