git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aba085
)
Avoid clearing first_delivery flag on the initial half of a 2-phase queue run
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 22 Mar 2021 21:47:42 +0000
(21:47 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 22 Mar 2021 21:47:42 +0000
(21:47 +0000)
src/src/deliver.c
patch
|
blob
|
history
diff --git
a/src/src/deliver.c
b/src/src/deliver.c
index 29e2b719df1b076acc3ae9120fb309bf9b737457..ec39cf15e4c997b10ccc7054eefd50735b129917 100644
(file)
--- a/
src/src/deliver.c
+++ b/
src/src/deliver.c
@@
-8416,7
+8416,7
@@
else if (addr_defer != (address_item *)(+1))
/* If this was a first delivery attempt, unset the first time flag, and
ensure that the spool gets updated. */
- if (f.deliver_firsttime)
+ if (f.deliver_firsttime
&& !f.queue_2stage
)
{
f.deliver_firsttime = FALSE;
update_spool = TRUE;