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: AS27357 104.130.224.0/20 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from cloud.peff.net (cloud.peff.net [104.130.231.41]) by dcvr.yhbt.net (Postfix) with SMTP id 184B61F6AC for ; Tue, 3 Jul 2018 21:00:26 +0000 (UTC) Received: (qmail 4738 invoked by uid 109); 3 Jul 2018 21:00:25 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with SMTP; Tue, 03 Jul 2018 21:00:25 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 4910 invoked by uid 111); 3 Jul 2018 21:00:24 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.94) with (ECDHE-RSA-AES256-GCM-SHA384 encrypted) SMTP; Tue, 03 Jul 2018 17:00:24 -0400 Authentication-Results: peff.net; auth=none Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Tue, 03 Jul 2018 17:00:23 -0400 Date: Tue, 3 Jul 2018 17:00:23 -0400 From: Jeff King To: Jonathan Nieder Cc: Eric Wong , meta@public-inbox.org Subject: Re: Contributing messages to an archive Message-ID: <20180703210023.GA14211@sigill.intra.peff.net> References: <20180703160910.GB51821@aiede.svl.corp.google.com> <20180703195444.c2oa4svg6azsaop3@dcvr> <20180703204400.GC51821@aiede.svl.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180703204400.GC51821@aiede.svl.corp.google.com> List-Id: On Tue, Jul 03, 2018 at 01:44:00PM -0700, Jonathan Nieder wrote: > > It's simpler for readers using NNTP and Atom feeds to not get > > out-of-date messages, and filtering rules[1] would be different, > > as I suspect googlegroups allows HTML :< > > Hm, I was looking forward to having it in the main archive since > that's where people look for context on a patch. > > Is there a way to configure the search to look at multiple archives? Yeah, that was my main impetus in putting them in the vger archive. Those messages _would_ have gone to the list, if not for the embargo, and ideally people digging into the history later would be able to find them easily (either by message-id if referenced, or by keyword searching). -Peff