]> git.proxmox.com Git - pmg-log-tracker.git/commit
make QID parsing more robust
authorMira Limbeck <m.limbeck@proxmox.com>
Fri, 15 May 2020 14:49:04 +0000 (16:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 May 2020 12:24:54 +0000 (14:24 +0200)
commitdd76914d002b07b6a0e8b2efa97c34bb388606a9
treebbb16fbfb47ac70899df8f67aec3606b01360032
parent0a16b4d6fd610ec3e217e37656e357d1f4b18b92
make QID parsing more robust

As a user had the problem that 'fa' of 'fatal' matched for a QID,
increase the number of characters that have to match. The QID always has
at least 5 characters for the microseconds, so increase it to 5.

See http://www.postfix.org/postconf.5.html#enable_long_queue_ids

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
src/main.rs