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 1ml7du-0002k4-RP for pgsql-www@arkaria.postgresql.org; Thu, 11 Nov 2021 10:49:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ml7dt-0001ep-E5 for pgsql-www@arkaria.postgresql.org; Thu, 11 Nov 2021 10:49:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ml7dt-0001ef-4t for pgsql-www@lists.postgresql.org; Thu, 11 Nov 2021 10:49:17 +0000 Received: from ploudseeker.com ([78.199.165.48]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ml7dm-0000UE-8J for pgsql-www@lists.postgresql.org; Thu, 11 Nov 2021 10:49:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cmatte.me; s=myselector; t=1636627748; bh=Zgl2hBfE/RtTj3efl4W8+ntpZwso+Mdbp3eOcfK6ynw=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=FQ5jKTTO1b68PpdmeaOEj1fFhrAYWtGtgjAxC65Ix/sKFPeZGyl35hP5m92wNJA3y w7+pXVJTl3XwEMudR7qVbeIuiZygBY0I2rKZ51HUV2SK8quRPh/LJkTrce9cs8IXla n+Ejc9ugn/H3sl6lmA6CGy5CHxM/s0jvMDdz9V0O8NNhD3WJXB/hjKlQxiQOctAMSh e155vG2AvJw5g/DtY6wnzJbTWS2gl7kmIRrGpNHAj9fEWVmwqrkHz1cd4vHTNkwdKP vOCdsXCLzX7mheVN+sCyexYfUTwNPqLjnJwcL0hmZ/JuHTatBoh2uIAljMJGrtFDC5 KFTCSMfoviOEA== Message-ID: <491249f5-af7f-ea57-7a52-51548763951c@cmatte.me> Date: Thu, 11 Nov 2021 11:49:07 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH] pglister: Add example script to import from mailman Content-Language: en-US To: Magnus Hagander Cc: pgsql-www@lists.postgresql.org References: <4498b139-27f4-6554-03a3-4785982f7bc1@cmatte.me> From: =?UTF-8?Q?C=c3=a9lestin_Matte?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > It also makes a lot of assumptions about paths etc -- which would be OK for a sample on a wiki page, but if we *do* want to makt it into a "proper part of the codebase", it needs to be more generic. > I moved all variables to the beginning of the script to make it as generic as possible — variables are given as examples. If you prefer it to be on a wiki page instead of the main repository, fine. Can I get editor access to the wiki? Cheers, -- Célestin Matte