Testsuite: Provide '>>> ' for script input to allow binary data (take 2)
[users/heiko/exim.git] / test / scripts / 1100-Basic-TLS / 1101
1 # TLS server: uncork in pipelining mode
2 # fixed in bd95ffc2ba87fbd3c752df17bc8fd9c01586d45a
3 exim -DSERVER=server -bd -oX PORT_D:PORT_S
4 ****
5 client-anytls 127.0.0.1 PORT_D
6 ??? 220
7 EHLO rhu.barb
8 ????250
9 STARTTLS
10 ??? 220
11 EHLO rhu.barb
12 ????250
13 \>>> MAIL FROM:<>\r\nRCPT TO:test@example.com\r\n
14 ??? 250 OK
15 ??? 250 Accepted (rcpt via callout)
16 QUIT
17 ??? 2
18 ****
19 killdaemon