From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cgf.cx (external.cgf.cx [107.170.62.102]) by sourceware.org (Postfix) with ESMTP id 666093945043 for ; Thu, 19 Mar 2020 03:28:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 666093945043 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 cgf.cx 27C30405D2 X-Spam-Level: X-Spam-CGF-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.3 spammy=don, Hx-languages-length:1016, understanding, helped Received: from ednor.cgf.cx (unknown [100.0.105.127]) by cgf.cx (Postfix) with ESMTPA; Wed, 18 Mar 2020 23:28:16 -0400 (EDT) Received: by ednor.cgf.cx (sSMTP sendmail emulation); Wed, 18 Mar 2020 23:28:16 -0400 Date: Wed, 18 Mar 2020 23:28:16 -0400 From: Christopher Faylor To: Overseers mailing list Cc: owner@bugs.debian.org, Don Armstrong Subject: Re: looping gcc/bugzilla <-> bugs.debian mail Message-ID: <20200319032816.GA15153@cgf.cx> Mail-Followup-To: Overseers mailing list , owner@bugs.debian.org, Don Armstrong References: <20200317133349.GB31451@redhat.com> <20200318200607.2hbqiktyah4kl2t4@qor.donarmstrong.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Status: No, score=-97.2 required=5.0 tests=FORGED_SPF_HELO, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, KHOP_HELO_FCRDNS, SPF_HELO_PASS, SPF_NEUTRAL, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.2 X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2020 03:28:20 -0000 On Wed, Mar 18, 2020 at 10:37:10PM +0000, Joseph Myers wrote: >On Wed, 18 Mar 2020, Don Armstrong via Overseers wrote: >>On Tue, 17 Mar 2020, Frank Ch. Eigler wrote: >>>We have a mail loop situation happening between bugs.debian.org and >>>sourceware.org (= gcc.gnu.org)'s bugzilla servers. Can you advise >>>whether we should stop this somehow or whether you can from your end? >> >>Your bugzilla setup is stripping off all of the X-Loop and other >>relevant headers when it forwards mail it receives, so it's made it >>very difficult to automatically mitigate this kind of mail loop. > >I'm not sure if Bugzilla has any connection between the incoming and >outgoing emails. It may just generate a comment from an incoming >email, and generate an outgoing email from a new comment independent of >how that comment was added. That was my understanding too but maybe we could just automatically add an X-Loop for the email address from the comment if that helped. cgf