Support PIPECONNECT with helo_data using the local IP, when interface is known.
[exim.git] / src / src / smtp_in.c
index 3fe3dab82700acdebf162ac634795f56140465c8..fa727ed1f789e95c7b76df4b5611a98188677495 100644 (file)
@@ -5834,7 +5834,7 @@ while (done <= 0)
        etrn_command = smtp_etrn_command;
        deliver_domain = smtp_cmd_data;
        rc = transport_set_up_command(&argv, smtp_etrn_command, TRUE, 0, NULL,
-         US"ETRN processing", &error);
+         FALSE, US"ETRN processing", &error);
        deliver_domain = NULL;
        if (!rc)
          {