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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from mail-pl0-x231.google.com (mail-pl0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 89E8E1F6AC for ; Tue, 3 Jul 2018 16:09:13 +0000 (UTC) Received: by mail-pl0-x231.google.com with SMTP id c41-v6so1255144plj.10 for ; Tue, 03 Jul 2018 09:09:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=lLRxsRosgqDXP14XpL0YzSEZ5Fp3HPkR/rQAtxPM3gc=; b=LnCbCODOc4cU0ccOIfME2Z8aPCibPY5O7L8i8DJhzXWA2/r7w7OnJlXUuUh3+ekQn1 IKjnhC/rLIfSRryHITNcRCEraDgU7mvJ+BghFo3f3YGu1lDlOrv4Jv8RoNyAn3JJ+nb7 /wXQuOUVcNEA0S6zPBVlgr5aZGKNDIK1TxPxDflFzclOL3+6SfNBeJ1jVf91IF3tWW/S 2efHICkm0gsCaGK4v7jS9B6eaR74jHEH1p91nEMe/QwaLYM/5pGXrnRnRri+c2MLNIJg U1OsBwUwRToLZz4qYReRXfAChP1bpS3CBdHx56qPsK4x3vesUAVY5OUOUZFX4NX+3XW8 NpYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=lLRxsRosgqDXP14XpL0YzSEZ5Fp3HPkR/rQAtxPM3gc=; b=lD2sR6h50SwtpegnNXG2YlgEPd6NYbuF4dJ/rB1MbrUaP7cHgeOsPgyhjdh4t37TxO tppU99ouAIH8X/gWkkAii7f4a3O4CuUpW/ZZSd4T2R9QmLB45ZIf/7exWRxZeXT6Dfef 81AbHxeJkyC3XkYT984PtKLeT302jSkzgBvOoVP4+rDvitBv83e3NvfRuXO4PLXUsUlb KHBnREDw7Rjl6L6Rz7B+dz+dFl+h58y8mQLFD08iIf87pe1bKkjYO+TNB3GteNsfmkCM T8q0DDbrcD/+RPBBWe81CSZKe6J1hpDyLpT8r/DxjAih5+XizYT+qESeuXyvZkWmcdhH Z3+A== X-Gm-Message-State: APt69E1dzTfrCz+pRyjsnEavnZplSk9On6G6PBhZKFFjDYT3MEcyj52k mk1q/+0iy+6U047AeY1qB1lwni0n X-Google-Smtp-Source: ADUXVKLgnkDUEvEZ8WtdcgQDztOo551RYkpJsmX5uUfIdWz7wtS1wQUybrrf5oPUoN+Pu1Oe4xtgVg== X-Received: by 2002:a17:902:b81:: with SMTP id 1-v6mr31155564plr.164.1530634152146; Tue, 03 Jul 2018 09:09:12 -0700 (PDT) Received: from aiede.svl.corp.google.com ([2620:0:100e:422:4187:1d6c:d3d6:9ce6]) by smtp.gmail.com with ESMTPSA id e10-v6sm2774351pgv.48.2018.07.03.09.09.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 03 Jul 2018 09:09:11 -0700 (PDT) Date: Tue, 3 Jul 2018 09:09:10 -0700 From: Jonathan Nieder To: meta@public-inbox.org Cc: Jeff King Subject: Contributing messages to an archive Message-ID: <20180703160910.GB51821@aiede.svl.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) List-Id: Hi Eric et al, I dug through the documentation at public-inbox.org and didn't see a clear answer to this, so thought I'd ask to see whether my idea is crazy. https://public-inbox.org/git contains a copy of all messages sent to the git mailing list, which is a useful resource for git developers. But some messages don't reach there: 1. When vger has a bad day, some messages might not reach public-inbox but they still reach any other developers that were cc-ed 2. (My motivation) The git-security@googlegroups.com list receives messages about embargoed issues that should not be made public right away. We would like to switch to a model where after the embargo expires, the discussion is made public. Is there a way to inject messages into the public-inbox.org/git archive? E.g. should I provide my own public-inbox style repository to pull messages from, or is there an address that I can bounce messages to? Thanks, Jonathan