From 64e64a212899721c4b0011c08557b65d8d83c9ac Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 23 Jun 2023 14:21:02 +0200 Subject: [PATCH] config: disable advanced statistic filters by default If the (documented) behaviour is not known, it is rather unexpected and confusing. So disable by default. Note that this is a breaking change, since enabling them is just a config switch, it shouldn't be much of a problem. Signed-off-by: Dominik Csapak --- src/PMG/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PMG/Config.pm b/src/PMG/Config.pm index dc28c02..fe89e11 100644 --- a/src/PMG/Config.pm +++ b/src/PMG/Config.pm @@ -72,7 +72,7 @@ If this is enabled, the receiver statistic are limited to active ones statistic will not contain these active receivers. EODESC type => 'boolean', - default => 1, + default => 0, }, dailyreport => { description => "Send daily reports.", -- 2.39.2