exim 4.97.1. broke munin's exim_mailqueue plugin. root cause : a bug in "exiqgrep"'s REGEXP to handle "exim -bup" output. # exim -bpu 9h 2.2K 1rO3sE-005JbF-1D-H <> *** frozen *** xxxx # exiqgrep -cz Line mismatch: 9h 2.2K 1rO3sE-005JbF-1D-H <> *** frozen *** Reproducible: Always Bugreport on Exim Mailinglist is out, in a few hours we will have an answere.
Workaround: Change Line 216 in /usr/sbin/exiqgrep from: - if ($line =~ /^\s*(?<age>\w+)\s+(?<size>(?:\d+(?:\.\d+)?[A-Z]?)?)\s*(?<msgid>(?:\w{6}-\w{6}-\w{2}|\w{6}-\w{11}-\w{4}))\s+(?<from><.*?>)/x) { to: + if ($line =~ /^\s*(?<age>\w+)\s+(?<size>(?:\d+(?:\.\d+)?[A-Z]?)?)\s*(?<msgid>(?:\w{6}-\w{6}-\w{2}|\w{6}-\w{11}-\w{4}))/x) { and it's working.
Looks like exim in Fedora is behind some patchlevels. Jemery Harris Core Dev of Exim: On 1/12/24 08:14, Cyborg via Exim-users wrote: > [~]# mailq > 9h 2.2K 1rO3sE-005JbF-1D-H <> *** frozen *** > xxxxxx They need to pick up commit 1d19531abc45 at the very least: Date: Sun Nov 19 11:31:45 2023 +0000 Support old-format message_id spoolfiles for mailq / -bp. Bug 3050 Broken-by: 46a36afae41f Workaround: change exiqgrep line 216++ \s*(?<msgid>(?:\w{6}-\w{6}-\w{2}|\w{6}-\w{11}-\w{4})) # old, 2023 msgid formats to: \s*(?<msgid>(?:\w{6}-\w{6}-\w{2}|\w{6}-\w{11}-\w{4}))(?:-H)? # old, 2023 msgid formats (I've not tested this) ------------------------------ I have, works.
FEDORA-2024-a11a7617e6 has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-a11a7617e6
FEDORA-2024-a11a7617e6 has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-f3fb15da40 (exim-4.97.1-5.fc38) has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2024-f3fb15da40
FEDORA-2024-f3fb15da40 has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-f3fb15da40` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-f3fb15da40 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-f3fb15da40 (exim-4.97.1-5.fc38) has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.