Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sg3BB-00EuWs-Hx for pgsql-hackers@arkaria.postgresql.org; Mon, 19 Aug 2024 14:16:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sg3B9-003yh8-7m for pgsql-hackers@arkaria.postgresql.org; Mon, 19 Aug 2024 14:16:16 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sg3B8-003yh0-Tk for pgsql-hackers@lists.postgresql.org; Mon, 19 Aug 2024 14:16:15 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sg3B7-000PpJ-Ah for pgsql-hackers@lists.postgresql.org; Mon, 19 Aug 2024 14:16:14 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 47JEG8k21361955; Mon, 19 Aug 2024 10:16:09 -0400 From: Tom Lane To: Jelte Fennema-Nio cc: Peter Eisentraut , Matthias van de Meent , Euler Taveira , PostgreSQL Hackers Subject: Re: Opinion poll: Sending an automated email to a thread when it gets added to the commitfest In-reply-to: References: <341049.1723677560@sss.pgh.pa.us> <23643c51-c4ca-4100-892a-b563171fc79f@eisentraut.org> <56195b71-b6ad-4d8a-b4f2-c79f349e2648@eisentraut.org> <742007.1723819395@sss.pgh.pa.us> Comments: In-reply-to Jelte Fennema-Nio message dated "Mon, 19 Aug 2024 15:31:17 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1361953.1724076968.1@sss.pgh.pa.us> Date: Mon, 19 Aug 2024 10:16:08 -0400 Message-ID: <1361954.1724076968@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jelte Fennema-Nio writes: > On Fri, 16 Aug 2024 at 16:43, Tom Lane wrote: >> However, there are other ways to accomplish that. I liked the >> suggestion of extending the CF webapp with a way to search for entries >> mentioning a particular mail message ID. I dunno how hard it'd be to >> get it to recognize *any* message-ID from a thread, but surely at >> least the head message ought not be too hard to match. > I sent a patch to support this on the commitfest app to Magnus > off-list. It was pretty easy to implement, even for *any* message-ID. Cool, thank you! regards, tom lane