Testsuite: fix 0903
[exim.git] / test / scripts / 0000-Basic / 0485
1 # $host_data in multiple messages in one connection
2 exim -odi -bs -oMa 1.2.3.4
3 ehlo x.y.z
4 mail from:<>
5 rcpt to:<userx@test.ex>
6 data
7 This is a test message.
8 .
9 mail from:<>
10 rset
11 mail from:<nonnull@non.null>
12 rcpt to:<userx@test.ex>
13 data
14 This is a test message.
15 .
16 mail from:<third@non.null>
17 quit
18 ****