From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id EE20F1FF15E for ; Mon, 13 Oct 2025 17:09:17 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 7214217D2C; Mon, 13 Oct 2025 17:09:35 +0200 (CEST) Date: Mon, 13 Oct 2025 17:09:21 +0200 From: Stoiko Ivanov To: pmg-devel@lists.proxmox.com Message-ID: <20251013170921.510e68e9@rosa.proxmox.com> In-Reply-To: <20251013110719.18486-1-s.ivanov@proxmox.com> References: <20251013110719.18486-1-s.ivanov@proxmox.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1760368136181 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 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [quarantine.pm, utils.pm] Subject: [pmg-devel] applied-series: [PATCH pmg-api 0/2] fix 2 issues with spamreports and 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pmg-devel-bounces@lists.proxmox.com Sender: "pmg-devel" applied both patches with Dominik's T-b/R-b Thanks! On Mon, 13 Oct 2025 13:06:17 +0200 Stoiko Ivanov wrote: > This patchset addresses two reports of issues with the spamreports sent > to users occurring after upgrading to PMG 9.0 > > First I mistakenly added welcomelist twice as action (instead of > welcomelist and whitelist for backward compatibility) > > Second the ordering of the mime-parts for text/plain and text/html reports > was wrong compared to RFC recommendations (and displaying in different > MUAs). > > Stoiko Ivanov (2): > api: quarantine: fix wrong backward-compatibility action > utils: finalize_report: change order of plain and html parts > > src/PMG/API2/Quarantine.pm | 2 +- > src/PMG/Utils.pm | 14 +++++++------- > 2 files changed, 8 insertions(+), 8 deletions(-) > _______________________________________________ pmg-devel mailing list pmg-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel