From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:1004:224b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12.migadu.com with LMTPS id cN02MGoDhGQSDgEATFOONw (envelope-from ) for ; Sat, 10 Jun 2023 07:00:26 +0200 Received: from mta0.migadu.com ([2001:41d0:1004:224b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id yBP0L2oDhGTXXAEAauVa8A (envelope-from ) for ; Sat, 10 Jun 2023 07:00:26 +0200 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1686373226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=+nz0fuOlwVIkvTRQ3rULdIb7POyNWoBT1QPamGIOmbQ=; b=Rhb0b2q4VUR7674aC3WFfW5jxpvHPEmmpEX0HRMjkpZkW8lOLfj0TEhjfDTEf9gdoFf/rR I0zrNOuTZ8rWU6mTT7iX/cPbkGYvaPE16bH9jHur/c7IKnZP6o1jBW7M0fJqTDAjDh7iru BnUXMVyWiiGRrsNyvlA2O2P/RH0ZFQhcFDJYqhOKhCpa8/T+sZhLWz8dCRZB+Y0EvOlxWW JBzjTmedMpHqSUAADfYEDTgfyna8dP2MMdf3qtCWKbQycoL25nekSMvLTK9ya7hdj3AUc4 PzLeQ3Tyh3o58mrYjMmMfZ//38MAxDeWxk+tbzDD6lplvPV6YZSxqQ3RNlowmQ== From: Kyle Meyer To: jlicht@fsfe.org Cc: piem@inbox.kyleam.com Subject: Re: [PATCH v2 0/5] New piem-debbugs integration. In-Reply-To: <20230609124829.29629-1-jlicht@fsfe.org> Date: Sat, 10 Jun 2023 01:00:25 -0400 Message-ID: <87o7lnnc7q.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-TUID: 4wmxNbzfvmeV jlicht@fsfe.org writes: > I tidied up the changes, making sure that the :gnu-package > header-matching is only used as a fallback by piem-gnus, and factored > the logic such that the new piem-debbugs integration can also make use > of it.. Thanks for the series! I've left some minor comments, but this is looking very good to me.