From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bongo.dogwood.relay.mailchannels.net (bongo.dogwood.relay.mailchannels.net [23.83.211.21]) by sourceware.org (Postfix) with ESMTPS id 399A13858018 for ; Mon, 15 Mar 2021 15:10:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 399A13858018 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id EB0E364337D; Mon, 15 Mar 2021 15:03:18 +0000 (UTC) Received: from pdx1-sub0-mail-a15.g.dreamhost.com (100-96-13-54.trex.outbound.svc.cluster.local [100.96.13.54]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id A0A75643069; Mon, 15 Mar 2021 15:03:07 +0000 (UTC) Received: from pdx1-sub0-mail-a15.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.13.54 (trex/6.1.1); Mon, 15 Mar 2021 15:03:18 +0000 Received: from pdx1-sub0-mail-a15.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a15.g.dreamhost.com (Postfix) with ESMTP id 4B63688B99; Mon, 15 Mar 2021 08:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=P+sfA1 9ANurgbjaMon6lPuXHZh8=; b=kmnooRJz2KSzrAgfp9zBuK1G9UM8hAgvh1tFT9 b+WefFlnA/xJoNmFrTDs8sBILSc2CG6ekDLCQ3CrLNJa8gxd5bh8r41+0mVY62wD +fw2VRO2bx1ljXn+vdCRucpLqvKir487L0YV+7yHIDsAEg5x3/mNhpHlpN1QSG5u EWwv0= Received: from [192.168.1.111] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a15.g.dreamhost.com (Postfix) with ESMTPSA id BCF5688B9F; Mon, 15 Mar 2021 08:03:02 -0700 (PDT) Subject: Re: [RFC] Auto-posting committed patches to this list? To: Paul Zimmermann Cc: libc-alpha@sourceware.org References: <0d14c1fb-6f72-9b48-cea5-4a40c1da5635@gotplt.org> X-DH-BACKEND: pdx1-sub0-mail-a15 From: Siddhesh Poyarekar Message-ID: <585f8184-f716-0612-edd0-52bedd6ce423@gotplt.org> Date: Mon, 15 Mar 2021 20:32:58 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3030.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2021 15:10:41 -0000 On 3/15/21 8:29 PM, Paul Zimmermann wrote: > Dear Siddhesh, > > do you have an idea by how much the traffic on the list would increase? > If only by a few percents, that would be fine with me. Shouldn't be a lot, about 70% of the patches get committed as is, so it's only about 30% that bleed through. It should be way under 10 emails a week given the frequency of our commits. Siddhesh