* Mon Sep 01 2025 Brian Read <brianr@koozali.org> 11.1-3.sme

- Sort out ASCII escape codes in return from journalctl API  [SME: 13117]
- Add in Status enabled t default for mailstats DB [SME: 13118]
This commit is contained in:
2025-09-01 10:37:44 +01:00
parent 1858edc41c
commit 76ca0f528c
6 changed files with 55 additions and 33 deletions

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
report

View File

@@ -1,6 +1,6 @@
{
# mailstats
my $status = $mailstats{'Status'} || 'disabled';
my $status = $mailstats{'status'} || 'disabled';
if ($status eq 'enabled')
{