diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-28 00:26:48 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-28 00:32:12 +0100 |
commit | fd6e2d18420f43b0c956d943024cb462e1af6aa6 (patch) | |
tree | 33fc84fe20f544bd40ecab8ce04a90fea64fcecf /test/scripts | |
parent | a40828c57d328cf42a956f650b1fd2456bf7b21a (diff) |
PIPE_CONNECT: avoid using when the transport helo_data uses $sending_ip_address
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4050-pipe-conn/4051 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/scripts/4050-pipe-conn/4051 b/test/scripts/4050-pipe-conn/4051 index 45e4b7410..dd5f4c7a8 100644 --- a/test/scripts/4050-pipe-conn/4051 +++ b/test/scripts/4050-pipe-conn/4051 @@ -54,6 +54,16 @@ exim -DNOTDAEMON -DSERVER=server -q **** # # -killdaemon +# Check that client doesn't try when transport uses $sending_ip_address in +# helo_data +exim helo_data@test.ex +Subject test 5 +**** +exim -DCONTROL=127.0.0.1 -DHELO_MSG='$sending_ip_address' -q +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# # +killdaemon no_msglog_check |