From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id B51CD7803D1 for ; Wed, 14 Feb 2024 15:02:59 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=4vwAQkeUZ0NL1oHtd0gCn+WK0m+347+fXauvK470gDI=; c=relaxed/simple; d=groups.io; h=Feedback-ID:Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1707922978; v=1; b=mHYrU7xpvYcSAnYvcd8EGNgsCymH1S+FlZ06QQ4rxbrlL5lByuxVylfAty3ZtNRa3i1sHDyn uiUbEFGqZ6zE/1jgrLZt33KL7DQaVC9QAd2V0gY3ynOvFOb3hNCQIi3EsFiCr0Z6klM1sXFLUZR ApJTrut1VxEpPiPxdS/mQeJI= X-Received: by 127.0.0.2 with SMTP id TMRsYY7687511xgiIPbFqeuH; Wed, 14 Feb 2024 07:02:58 -0800 X-Received: from fout3-smtp.messagingengine.com (fout3-smtp.messagingengine.com [103.168.172.146]) by mx.groups.io with SMTP id smtpd.web10.43016.1707922977685769525 for ; Wed, 14 Feb 2024 07:02:57 -0800 X-Received: from compute7.internal (compute7.nyi.internal [10.202.2.48]) by mailfout.nyi.internal (Postfix) with ESMTP id E060D1380091; Wed, 14 Feb 2024 10:02:56 -0500 (EST) X-Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Wed, 14 Feb 2024 10:02:56 -0500 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrudejgdejvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefkffggfgfuvfevfhfhjggtgfesthejredttddvjeenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnheptddtleefheduueehhfekieejgfeitdetteffgefgiefgtdetleelffffledt vddvnecuffhomhgrihhnpehtihgrnhhotghorhgvrdhorhhgnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprhgvsggvtggtrgessghsughiohdr tghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail X-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 14 Feb 2024 10:02:55 -0500 (EST) Message-ID: Date: Wed, 14 Feb 2024 08:02:45 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [Patch 1/1] BaseTools/Scripts: Update PatchCheck.py Author checks To: Michael D Kinney , devel@edk2.groups.io Cc: Liming Gao , Bob Feng , Yuwei Chen References: <20240213191753.1470-1-michael.d.kinney@intel.com> From: "Rebecca Cran" In-Reply-To: <20240213191753.1470-1-michael.d.kinney@intel.com> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,rebecca@bsdio.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: UuDyjy4meryXEaWRv3h5WTurx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=mHYrU7xp; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Reviewed-by: Rebecca Cran On 2/13/24 12:17, Michael D Kinney wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4680 > > * Reject patches that match Author email "devel@edk2.groups.io" > * Update the current check for " via Groups.Io" to perform a > case insensitive match. It appears that groups.io has changed the > format of this string to use all lower case. > > Cc: Rebecca Cran [bcran] > Cc: Liming Gao [lgao4] > Cc: Bob Feng [BobCF] > Cc: Yuwei Chen [YuweiChen1110] > Signed-off-by: Michael D Kinney > --- > BaseTools/Scripts/PatchCheck.py | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/BaseTools/Scripts/PatchCheck.py b/BaseTools/Scripts/PatchChe= ck.py > index 1675dcbd7321..e600e0be440f 100755 > --- a/BaseTools/Scripts/PatchCheck.py > +++ b/BaseTools/Scripts/PatchCheck.py > @@ -85,7 +85,11 @@ class EmailAddressCheck: > self.error("The email address cannot contain a space: " + > mo.group(3)) > =20 > - if ' via Groups.Io' in name and mo.group(3).endswith('@groups.io= '): > + if mo.group(3) =3D=3D 'devel@edk2.groups.io': > + self.error("Email rewritten by lists DMARC / DKIM / SPF: " + > + email) > + > + if ' via groups.io' in name.lower() and mo.group(3).endswith('@g= roups.io'): > self.error("Email rewritten by lists DMARC / DKIM / SPF: " = + > email) > =20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115459): https://edk2.groups.io/g/devel/message/115459 Mute This Topic: https://groups.io/mt/104339266/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-