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 951F5C13A3 for ; Mon, 15 Jan 2024 12:12:44 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 76A821A132 for ; Mon, 15 Jan 2024 12:12:44 +0100 (CET) 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) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 15 Jan 2024 12:12:43 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 7807D49136 for ; Mon, 15 Jan 2024 12:12:43 +0100 (CET) From: Dominik Csapak To: pmg-devel@lists.proxmox.com Date: Mon, 15 Jan 2024 12:12:37 +0100 Message-Id: <20240115111242.2781994-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.020 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 T_SCC_BODY_TEXT_LINE -0.01 - Subject: [pmg-devel] [PATCH pmg-api/gui/docs v2] ruledb disclaimer improvements 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: Mon, 15 Jan 2024 11:12:44 -0000 add 'position' and 'add-separator' options for disclaimers maybe someone has a better idea for how i handle the database updates changes from v1: * add docs patch * rebase on master * change 'top' parameter to 'position' (internally still 'top') * change how we set default values, so that they don't end up in the database pmg-api: Dominik Csapak (2): fix #2606: ruledb disclaimer: add ability to set position fix #2430: ruledb disclaimer: make separator configurable src/PMG/RuleDB/Disclaimer.pm | 78 +++++++++++++++++++++++++++++++++--- 1 file changed, 73 insertions(+), 5 deletions(-) pmg-gui: Dominik Csapak (2): disclaimer edit: add position comobobox disclaimer edit: add 'add-separator' checkbox js/Utils.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) pmg-docs: Dominik Csapak (1): add disclaimer position/separator docs pmg-mail-filter.adoc | 5 +++++ 1 file changed, 5 insertions(+) -- 2.30.2