From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id A489A1FF17A for ; Tue, 28 Oct 2025 17:36:05 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 495991FFB4; Tue, 28 Oct 2025 17:36:38 +0100 (CET) From: Stoiko Ivanov To: pmg-devel@lists.proxmox.com Date: Tue, 28 Oct 2025 17:36:15 +0100 Message-ID: <20251028163628.79739-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1761669383081 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.073 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy 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] [RFC pmg-yew-quarantine-gui 0/2] fix direct actions from spamreport links 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pmg-devel-bounces@lists.proxmox.com Sender: "pmg-devel" Patch 1/2 is idependent, and was added last time I tested the changes for the disabled realm-selector (as it took me a while to figure out why my build was failing. Patch 2/2 is an attempt at handling the links we have in the html-version of the verbose spamreport - where each quarantined mail has 4 links (delete, deliver, blocklist, welcomelist) - they are currently not working as reported in our community forum. Sending as RFC, as it's my first stab at Yew - and as my tests had a few glitches (POST requests with 401 responses) - so it's quite easily possible the approach is wrong. Feedback very much welcome! Stoiko Ivanov (2): buildsys: initialize pwt-assets as submodule automatically main view: handle optional quarantine action in spamreport links Makefile | 5 ++++- src/main.rs | 28 +++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) -- 2.47.3 _______________________________________________ pmg-devel mailing list pmg-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel