Mailing List Archive

[Bug 2710] Delivering multiple emails on a continuous sequence resets $proxy_session/$proxy_local_address variables
https://bugs.exim.org/show_bug.cgi?id=2710

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Component|Logging |String expansion
Summary|Delivering multiple emails |Delivering multiple emails
|on a continuous sequence |on a continuous sequence
|resets |resets
|proxy_session/proxy_local_a |$proxy_session/$proxy_local
|ddress value |_address variables

--- Comment #4 from Jeremy Harris <jgh146exb@wizmail.org> ---
OK, thanks for the clarification. We'll probably need to add code to
pass the values across some exec() transitions, which isn't too hard.
We'll then get the logging addition for free.

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2710] Delivering multiple emails on a continuous sequence resets $proxy_session/$proxy_local_address variables [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2710

--- Comment #5 from George <george@seinternal.com> ---
Cool. Thank you for the quick response. I really appreciate it.

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2710] Delivering multiple emails on a continuous sequence resets $proxy_session/$proxy_local_address variables [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2710

Git Commit <git@exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |git@exim.org

--- Comment #6 from Git Commit <git@exim.org> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/2081aac24b67f3f3f34389aadc06354abcad0cad

commit 2081aac24b67f3f3f34389aadc06354abcad0cad
Author: Jeremy Harris <jgh146exb@wizmail.org>
AuthorDate: Wed Apr 7 21:34:42 2021 +0100
Commit: Jeremy Harris <jgh146exb@wizmail.org>
CommitDate: Wed Apr 7 21:34:42 2021 +0100

pass proxy addresses/ports to continued trasnports. bug 2710
----
doc/doc-docbook/spec.xfpt | 9 ++++++
doc/doc-txt/ChangeLog | 5 ++++
src/src/exim.c | 20 +++++++++++++
src/src/transport.c | 13 ++++++++-
test/confs/4020 | 11 ++++++-
test/confs/4021 | 1 +
test/log/4020 | 6 ++--
test/log/4021 | 9 ++++++
test/log/4027 | 9 ++++--
test/scripts/4020-socks/4021 | 68 ++++++++++++++++++++++++++++++++++++++++++++
test/stdout/4021 | 53 ++++++++++++++++++++++++++++++++++
11 files changed, 197 insertions(+), 7 deletions(-)

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2710] Delivering multiple emails on a continuous sequence resets $proxy_session/$proxy_local_address variables [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2710

george.cindea@solarwinds.com changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |george.cindea@solarwinds.co
| |m

--- Comment #7 from george.cindea@solarwinds.com ---
*** Bug 2708 has been marked as a duplicate of this bug. ***

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##