[exim-dev] [Bug 2693] pipelining: exim messes up order of re…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2693] pipelining: exim messes up order of replies to RCPT TO
https://bugs.exim.org/show_bug.cgi?id=2693

--- Comment #3 from Simon Arlott <bugzilla.exim.simon@???> ---
The observed behaviour of the three delivery attempts is:
A ok
B defer
C defer
D defer
E defer
F defer

B ok
C defer
D defer
E ok
F ok

E ok
F ok

The recipients are sent in alphabetical order, and they are in this order in
the To: header.

So it's not quite as simple as described. There's no obvious indication of an
SMTP proxy being involved to reorder responses.

--
You are receiving this mail because:
You are on the CC list for the bug.