[pmg-devel] [PATCH pmg-gui] Revert Adding of before_queue_filtering checkbox

Stoiko Ivanov s.ivanov at proxmox.com
Mon Nov 18 12:43:59 CET 2019


This partially reverts commit 28c12d957fa1e4397154f66eb097c9639ced2b6d.

Given that the before queue filtering currently breaks pmg-log-tracker, and
the Tracking Center is one of the central features of PMG, we should
release the before queue support as experimental feature for now.

That way users who really want to use it are a bit more aware, that
log-tracking will currently not work on the GUI.

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 js/MailProxyOptions.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/js/MailProxyOptions.js b/js/MailProxyOptions.js
index 975a5c6..61a0d6c 100644
--- a/js/MailProxyOptions.js
+++ b/js/MailProxyOptions.js
@@ -71,8 +71,6 @@ Ext.define('PMG.MailProxyOptions', {
 
 	me.add_boolean_row('ndr_on_block', gettext('Send NDR on Blocked E-Mails'));
 
-	me.add_boolean_row('before_queue_filtering', gettext('Before Queue Filtering'));
-
 	var baseurl = '/config/mail';
 
 	me.selModel = Ext.create('Ext.selection.RowModel', {});
-- 
2.20.1




More information about the pmg-devel mailing list