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 1soCWJ-0097tt-63 for pgsql-general@arkaria.postgresql.org; Wed, 11 Sep 2024 01:51:48 +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 1soCWI-006QBk-Pd for pgsql-general@arkaria.postgresql.org; Wed, 11 Sep 2024 01:51:46 +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 1soCWI-006QBc-Ed for pgsql-general@lists.postgresql.org; Wed, 11 Sep 2024 01:51:46 +0000 Received: from [173.162.1.217] (helo=mail.tclc.org) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soCWF-000YPH-OZ for pgsql-general@lists.postgresql.org; Wed, 11 Sep 2024 01:51:45 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.tclc.org (Postfix) with ESMTP id D167C300C9E; Tue, 10 Sep 2024 18:51:42 -0700 (PDT) Received: from mail.tclc.org ([127.0.0.1]) by localhost (mail.tclc.org [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id b9EeCuKBhqOR; Tue, 10 Sep 2024 18:51:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.tclc.org (Postfix) with ESMTP id 446FE300CB8; Tue, 10 Sep 2024 18:51:42 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.tclc.org 446FE300CB8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tryx.org; s=dkim.tryx; t=1726019502; bh=LQ7X2N/zJChSzuSDKDaEtrvgl7c3tHUfFnV3pLnTy70=; h=Date:From:To:Message-ID:MIME-Version; b=HjFknEMNhM5kZ5gkxR9RLoYudnDNJzLaeSxxhwAJGw2INYKow6rvCTdQq5toc7pil Y+7+r8yLU2jIcTJ5prBmI0lAlbC4K+tXPApTzXjGvDZmVUSut5h7Kiev+vCIpMlmqu um/tUq5NlnpmTYE5LjGC/pBJoIA7xZUY69y+wjwljV7qvTwQtbjeo8IKLZ3r77L54v opFBiMcTP4mSlqIEbC/DoPgcQSKPoeG6houha61QQytJIum3RORjpxBQy4MhKzGbmj OPpZ8dZpekAoJRgImKkQG4z+RcjR8/YAVI3li0u6W6T2MkQt6Un1SJEaZunQ8nr/AP CVrTGFMFkGuMA== X-Virus-Scanned: amavisd-new at tclc.org Received: from mail.tclc.org ([127.0.0.1]) by localhost (mail.tclc.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id iJuzYerHkJUj; Tue, 10 Sep 2024 18:51:42 -0700 (PDT) Received: from mail.tclc.org (mail.tryx.tclc.org [10.1.1.12]) by mail.tclc.org (Postfix) with ESMTP id E08EB300C9E; Tue, 10 Sep 2024 18:51:41 -0700 (PDT) Date: Tue, 10 Sep 2024 18:51:41 -0700 (PDT) From: Chris Miller Reply-To: Chris Miller To: Adrian Klaver Cc: pgsql-general Message-ID: <1844982911.8640.1726019501198.JavaMail.zimbra@tryx.org> In-Reply-To: <885b4d66-045d-4126-bf18-06d36e5c4164@aklaver.com> References: <172601029329.1028.17318986799853058856@malur.postgresql.org> <1738731565.8400.1726010470879.JavaMail.zimbra@tryx.org> <885b4d66-045d-4126-bf18-06d36e5c4164@aklaver.com> Subject: Re: Test mail for pgsql-general MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.1.1.12] X-Mailer: Zimbra 8.8.15_GA_4484 (ZimbraWebClient - FF130 (Linux)/8.8.15_GA_4481) Thread-Topic: Test mail for pgsql-general Thread-Index: sQ13OTtk8YalzpUaReutmnb/+JXZ4A== X-Host-Lookup-Failed: Reverse DNS lookup failed for 173.162.1.217 (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi Adrian, > First match wins loses in this case. The entries are processed top to > bottom the first the one matches in this case: > > local all all peer > > Per This answers my question. Thanks for the help, -- Chris.