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 60A417B1DA for ; Tue, 11 May 2021 16:20:54 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5E23C230C2 for ; Tue, 11 May 2021 16:20:54 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (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 F01C423070 for ; Tue, 11 May 2021 16:20:53 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id C152542A60 for ; Tue, 11 May 2021 16:20:53 +0200 (CEST) Message-ID: <9e434478-17d5-12d5-572d-b9b0a7cdac0d@proxmox.com> Date: Tue, 11 May 2021 16:20:53 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Thunderbird/89.0 Content-Language: en-US To: Stoiko Ivanov , pmg-devel@lists.proxmox.com References: <20210505093304.32640-1-s.ivanov@proxmox.com> From: Thomas Lamprecht In-Reply-To: <20210505093304.32640-1-s.ivanov@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.006 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment 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 pmg-gui 0/2] fix small glitch in attachment quarantine 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: Tue, 11 May 2021 14:20:54 -0000 On 05.05.21 11:33, Stoiko Ivanov wrote: > as reported in our community-forum [0], the raw view for the > attachment-quarantine was broken. > > The first patch adds the missing parameter-separator to the url. > The second patch unifies the url-generation for all three quarantine views > (because I was confused why it only broke for the attachementquarantine) > > very quickly tested on my testsetup > > Stoiko Ivanov (2): > attachmentquarantine: fix missing '&' for raw-param addition > quarantineview: unify url generation > > js/AttachmentQuarantine.js | 2 +- > js/SpamQuarantine.js | 5 ++++- > js/VirusQuarantine.js | 5 ++++- > 3 files changed, 9 insertions(+), 3 deletions(-) > applied both patches, thanks!