From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 4AF9960A40 for ; Wed, 18 Nov 2020 08:12:22 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 41B7317DB1 for ; Wed, 18 Nov 2020 08:11:52 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id D7DAC17DA2 for ; Wed, 18 Nov 2020 08:11:51 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 86816437E8; Wed, 18 Nov 2020 08:11:51 +0100 (CET) To: Daniel Berteaud , pmg-devel@lists.proxmox.com References: <20201028102015.628005-1-daniel@firewall-services.com> <20201028102015.628005-2-daniel@firewall-services.com> From: Thomas Lamprecht Message-ID: <58bc76a6-c6d3-3efc-d956-aa6366e4c8da@proxmox.com> Date: Wed, 18 Nov 2020 08:11:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Thunderbird/83.0 MIME-Version: 1.0 In-Reply-To: <20201028102015.628005-2-daniel@firewall-services.com> Content-Type: text/plain; charset=UTF-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.089 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pmg-devel] applied: [PATCH v2 pmg-api 1/1] [pmg-api] fix #3098 sort domains by length first X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2020 07:12:22 -0000 On 28.10.20 11:20, Daniel Berteaud wrote: > So if we have a sub domain and its parent in the list, the correct one will be returned > > Signed-off-by: Daniel Berteaud > --- > src/PMG/DKIMSign.pm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > applied, thanks!