[Exim] Feature request: show id during a verbose queue

Top Page
Delete this message
Reply to this message
Author: Heiko Schlichting
Date:  
To: exim-users
Subject: [Exim] Feature request: show id during a verbose queue
Hi,

exim does not print the id of a message during a verbose (-v) queue run. It
does print this information if the deliver or queue_run debug flags are
set. Nevertheless the id is valuable in most cases, so it should be printed
in verbose mode too. This change is enough:

--- src/deliver.c.org    2004-05-11 17:10:53.000000000 +0200
+++ src/deliver.c    2004-06-30 19:27:42.411078675 +0200
@@ -4271,7 +4271,7 @@
 set_process_info("%s", info);


 if ((debug_selector & D_process_info) == 0 &&
-    (debug_selector & (D_deliver|D_queue_run)) != 0)
+    (debug_selector & (D_deliver|D_queue_run|D_v)) != 0)
   debug_printf("%s\n", info);


/* Ensure that we catch any subprocesses that are created. Although Exim


As this might be useful for someone else, I suggest this change for the
next distribution.

Heiko

Heiko Schlichting        | Freie Universität Berlin
heiko@???       | Zentraleinrichtung für Datenverarbeitung (ZEDAT)
Telefon +49 30 838-54327 | Fabeckstraße 32
Telefax +49 30 838454327 | 14195 Berlin