https://bugs.exim.org/show_bug.cgi?id=2229
Bug ID: 2229
Summary: multiple recipient cutthrough for manualroute router
for nonstandard smtp port
Product: Exim
Version: 4.90
Hardware: x86
OS: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Delivery in general
Assignee: nigel@???
Reporter: todd@???
CC: exim-dev@???
Bug 1542 added support for multiple recipient cutthrough. However, this is
broken with the following router/transport setup:
r:
driver = manualroute
transport = t
route_list = * remote.com::2525
t:
driver = smtp
It seems like the problem is that [cutthrough_multi] loops through the input
host_list to try to find a match with the existing open cutthrough connection.
Unless [port] is explicitly set on the smtp transport to the nonstandard port,
the check assumes the cutthrough connection is using port 25.
--
You are receiving this mail because:
You are on the CC list for the bug.