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 9594EB93D for ; Tue, 12 Sep 2023 16:18:53 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 70A3F13981 for ; Tue, 12 Sep 2023 16:18:23 +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 for ; Tue, 12 Sep 2023 16:18:21 +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 DF76A45FC7 for ; Tue, 12 Sep 2023 16:18:20 +0200 (CEST) Date: Tue, 12 Sep 2023 16:18:19 +0200 From: Stoiko Ivanov To: Dominik Csapak Cc: Mira Limbeck , pmg-devel@lists.proxmox.com Message-ID: <20230912161819.6aac2b81@rosa.proxmox.com> In-Reply-To: References: <20230719151352.1438974-1-m.limbeck@proxmox.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.089 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: Re: [pmg-devel] [PATCH log-tracker 1/2] add clamd signature found messages to log output 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, 12 Sep 2023 14:18:53 -0000 hi, On Fri, 4 Aug 2023 14:09:32 +0200 Dominik Csapak wrote: > hi, > > in general it works and does what is says, > but after looking at the log tracker output, i'm nto sure if it's worth > it. we log the same info directly after that from the pmg-smtp-filter... > > otoh, the code is not that big and probably doesn't hurt either > > @stoiko, maybe you have some input on that? hm - a bit ambivalent on this: * on the one hand - having more information, which is useful for most common setups (only ClamAV is used) might help * on the other hand - if we have exactly the same information (which virus was detected, and by which engine one line below I don't see the benefit of adding more lines) Currently I'd rather not apply it - but I'm not too set on this either. > > in any case, consider both patches > > Reviewed-by: Dominik Csapak > Tested-by: Dominik Csapak > > > > > _______________________________________________ > pmg-devel mailing list > pmg-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel > >