Fix recipient (or source) selection in combination with periodic queue run. Bug 3064
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 8 Jan 2024 16:01:55 +0000 (16:01 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 8 Jan 2024 16:01:55 +0000 (16:01 +0000)
Broken-by: 1e835086d159
doc/doc-txt/ChangeLog
src/src/exim.c

index c745d422890b38553c7b59a6fa7f7974a8e87bbc..6a0207f2a6919b455c2ba575d0cb14817fc51d8e 100644 (file)
@@ -79,6 +79,10 @@ JH/15 Bug 3061: Ensure a log line is written for a malformed address in a
 JH/16 Two-phase queue runs are now reported in the daemon startup log line and
       in exiwhat output.
 
+JH/17 Bug 3064: Fix combination of "-q<period> -R <recipients>". Introduction of
+      the multiple-queue-runners facility for 4.97 broking this, giving only
+      a one-time run of the queue.
+
 
 Exim version 4.97
 -----------------
index 4473373b3397d55b10ce8f749c3901af1d6b9c23..c53b98186ba95a297317a4bad85739cc214f8b02 100644 (file)
@@ -3688,7 +3688,7 @@ on the second character (the one after '-'), to save some effort. */
     in all cases provided there are no further characters in this
     argument. */
 
-      alloc_onetime_qrunner();
+      if (!qrunners) alloc_onetime_qrunner();
       qrunners->queue_2stage = f.queue_2stage;
       if (*argrest)
        for (int i = 0; i < nelem(rsopts); i++)