From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127836 invoked by alias); 22 Nov 2019 20:53:47 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 127827 invoked by uid 89); 22 Nov 2019 20:53:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=emails X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Nov 2019 20:53:46 +0000 Received: from [10.0.0.193] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 5122A1E5FD; Fri, 22 Nov 2019 15:53:44 -0500 (EST) Subject: Re: Multiple identical mails from Gerrit To: Eli Zaretskii , gdb-patches@sourceware.org References: <83wobrvhv2.fsf@gnu.org> From: Simon Marchi Message-ID: <1db7ebdb-e98b-ba9b-2ac5-e454a1832578@simark.ca> Date: Fri, 22 Nov 2019 20:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <83wobrvhv2.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-11/txt/msg00745.txt.bz2 On 2019-11-22 2:19 p.m., Eli Zaretskii wrote: > Is there any reason why some (or all?) email messages from Gerrit > arrive at my inbox several times? For example, this message: > > From: "Sourceware to Gerrit sync (Code Review)" > To: Christian Biesinger , Simon Marchi , gdb-patches@sourceware.org > Auto-Submitted: auto-generated > Subject: [pushed] Replace SYMBOL_*_NAME accessors with member functions > > arrived as 3 identical messages. > > Why does this happen? > When a patch with a Change-Id corresponding to an open Gerrit change is manually pushed to the binutils-gdb git repo, Gerrit notices it and that automatically creates a new version of the change, reflecting what was actually pushed. That sends a mail of type "new patchset version". It then changes the state to "Closed", which sends another email. When I'm not subscribed to a particular change (because I'm not a reviewer or in the CC list), I receive these two emails from the list. When I am subscribed to a change, I receive these two emails twice (once through the list and once directly to my email), for a total of 4. I don't know why you have 3 messages for this change, this is an odd number, and you are not subscribed to it either... Simon