Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0527
1 # callout with no transport
2 need_ipv4
3 #
4 server PORT_S
5 220 Welcome
6 HELO
7 250 Hi
8 MAIL FROM
9 250 OK
10 RCPT TO
11 550 unrouteable address
12 QUIT
13 221 Bye
14 ****
15 exim -bs
16 mail from:<unknown@x.x.x.x>
17 rcpt to:<unknown@u.u.u.u>
18 quit
19 ****