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 4B70B1FF168 for ; Tue, 18 Feb 2025 10:37:11 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1B3A67EA5; Tue, 18 Feb 2025 10:37:08 +0100 (CET) Message-ID: Date: Tue, 18 Feb 2025 10:37:05 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: Stoiko Ivanov , pmg-devel@lists.proxmox.com References: <20250130112140.42219-1-s.ivanov@proxmox.com> Content-Language: en-US, de-DE From: Christian Ebner In-Reply-To: <20250130112140.42219-1-s.ivanov@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL -0.119 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 POISEN_SPAM_PILL 0.1 Meta: its spam POISEN_SPAM_PILL_1 0.1 random spam to be learned in bayes POISEN_SPAM_PILL_3 0.1 random spam to be learned in bayes 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 Subject: Re: [pmg-devel] [PATCH pmg-api 0/2] fix #6126 and improve logging for quarantine actions 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pmg-devel-bounces@lists.proxmox.com Sender: "pmg-devel" On 1/30/25 12:21, Stoiko Ivanov wrote: > while reproducing #6126 (thanks to Hannes D. for pointing me there) I > remembered a few other cases where users were asking how to find out what > happened to a particular mail that was quarantined. > > Changes were minimally tested on my setup. Tested these patches by trying to send or delete multiple quarantined mails via: ``` pmgsh create /quarantine/content --action deliver --id pmgsh create /quarantine/content --action delete --id ``` and looking at the systemd journal outputs as well as the mail in the stmp sink. Works as intended, no issues found. Please consider this as Tested-by: Christian Ebner _______________________________________________ pmg-devel mailing list pmg-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel