From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Thu, 11 Apr 2019 10:35:19 -0700 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7AF07307D915; Thu, 11 Apr 2019 17:35:18 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-126-53.rdu2.redhat.com [10.10.126.53]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE1E85C221; Thu, 11 Apr 2019 17:35:12 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH] IntelFrameworkModulePkg: Fix comments and improve E820 debug output To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , devel@edk2.groups.io, liming.gao@intel.com, "Kinney, Michael D" , "Cetola, Stephano" Cc: "rebecca@bluestop.org" , Stephano Cetola References: <20190404175616.51393-1-rebecca@bluestop.org> <1593821D7C44BA9C.31892@groups.io> <4A89E2EF3DFEDB4C8BFDE51014F606A14E42222A@SHSMSX104.ccr.corp.intel.com> <334bc708-2250-d4e0-9ec5-5f1c6d92c3e2@redhat.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E422AE8@SHSMSX104.ccr.corp.intel.com> <73e5031a-bf12-240d-3843-54bd194c3718@redhat.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 11 Apr 2019 19:35:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <73e5031a-bf12-240d-3843-54bd194c3718@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Thu, 11 Apr 2019 17:35:18 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 04/11/19 16:32, Philippe Mathieu-Daud=C3=A9 wrote: > Hi Liming, Rebecca. >=20 > On 4/11/19 3:52 PM, Liming Gao wrote: >> Phil: >> I use Outlook to receive the patch mail, and save as mail file. This= file shows From: Rebecca Cran via Groups.Io . So, I use it as patch author. I also check my patch with the same= way. It shows From: Liming Gao . This is correct. = So, I don't know this is user setting issue or group.io issue.=20 >=20 > On https://edk2.groups.io/g/devel/editprofile >=20 > So on Groups.Io I went to > - Your groups > -> EDK2 > -> devel > -> Suscription > -> Group Profile > -> Edit Group Profile >=20 > I see 2 fields: >=20 > - User Name > - Display Name >=20 > The latter field is described as: >=20 > The name listed with your posts. Note: When you post, > your email address is also shown to group members who > receive messages via email. >=20 > My guess is Groups.Io rewrites the sender From if an user change one of > these fields. >=20 > Rebecca: do you remember if you modified something in your profile? > How are you sending your patches to the list? >=20 > Sorry you became our 'patches via groups.io' guinea pig ;) My understanding is that this is unrelated to groups.io. The same kind of= email mangling used to happen a *lot* on the old <01.org> list. (From a = number of senders.) Here's an example: (1) Locate the message at https://lists.01.org/pipermail/edk2-devel/2019-March/038118.html It looks correct, right? (2) Now locate the same message in a different archive, e.g. at: http://mid.mail-archive.com/20190324020033.50367-1-rebecca@bluestop.org Notice it says "Rebecca Cran via edk2-devel". (3) In my local copy of that message, I see the following headers: - From: Rebecca Cran via edk2-devel - Reply-To: Rebecca Cran - Sender: "edk2-devel" The damage is done before the patch receives the list(s), and/or is fed t= o git-am on the maintainer side. If I remember correctly, this is somehow related to Outlook (i.e., the se= nder's MUA / first MTA), not the mailing list(s), or git. Thanks Laszlo