WUI log-section Mail: bugfix for dma

The prefix for dmi in /var/log/mail seems to have changed from "dma[<PID>]: " to "dma: ". This results in a bug where no lines are being shown at all in the WUI.

Signed-off-by: Alex Koch <ipfire@starkstromkonsument.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Alex Koch
2019-08-31 20:52:59 +02:00
committed by Arne Fitzenreiter
parent 81d5af569b
commit 2da785f90b

View File

@@ -57,7 +57,7 @@ my %sections = (
'cron' => '(fcron\[.*\]: )',
'ddns' => '(ddns\[\d+\]:)',
'dhcp' => '(dhcpd: )',
'dma' => '(dma\[.*\]: )',
'dma' => '(dma: |dma\[.*\]: )',
'guardian' => '(guardian\[.*\]: )',
'ipfire' => '(ipfire: )',
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )',