Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnlxR-00050x-SI for pgsql-novice@arkaria.postgresql.org; Thu, 18 Nov 2021 18:16:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mnlxQ-0004Qs-Mu for pgsql-novice@arkaria.postgresql.org; Thu, 18 Nov 2021 18:16:24 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnlxQ-0004Qi-EW for pgsql-novice@lists.postgresql.org; Thu, 18 Nov 2021 18:16:24 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnlxO-000088-Cj for pgsql-novice@lists.postgresql.org; Thu, 18 Nov 2021 18:16:23 +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 1AIIG9lh2927506; Thu, 18 Nov 2021 13:16:09 -0500 From: Tom Lane To: James Pitchford cc: pgsql-novice@lists.postgresql.org Subject: Re: Email list removal In-reply-to: References: <20211118173013.GB12936@momjian.us> <2924261.1637256812@sss.pgh.pa.us> <20211118173828.GC12936@momjian.us> <2925609.1637257849@sss.pgh.pa.us> Comments: In-reply-to James Pitchford message dated "Thu, 18 Nov 2021 13:00:56 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2927504.1637259369.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 18 Nov 2021 13:16:09 -0500 Message-ID: <2927505.1637259369@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk James Pitchford writes: > I believe that link should be in the body of the email not hidden in the= headers. That's a fairly bad idea, actually. Aside from it being a distracting nuisance most of the time, people who include the entire body of a message in their replies (which sadly is way too many people) would be exposing the info needed to unsubscribe them. Also, we can't modify the bodies of messages as they pass through the list server without breaking various anti-spam protocols. regards, tom lane