Additional Sieve test (missed files from previous commit).
[exim.git] / test / scripts / 0000-Basic / 0253
CommitLineData
59371ea7
PH
1# return_path on appendfile and smtp transports
2need_ipv4
3#
4exim -odi -f abc@x.y.z userx
5Test message
6****
7exim -odi -f xyz@x.y.z userx
8Test message 2
9****
10server PORT_S 3
11220 ESMTP
12EHLO
13250-OK
14250-HELP
15250 PIPELINING
16MAIL FROM:
17250 Sender OK
18RCPT TO:
19250 Recipient OK
20DATA
21354 Go ahead
22.
23250 OK
24QUIT
25250 OK
26*eof
27220 ESMTP
28EHLO
29250-OK
30250-HELP
31250 PIPELINING
32MAIL FROM:
33250 Sender OK
34RCPT TO:
35250 Recipient OK
36DATA
37354 Go ahead
38.
39250 OK
40QUIT
41250 OK
42*eof
43220 ESMTP
44EHLO
45250 OK
46MAIL FROM:
47250 Sender OK
48RCPT TO:
49550 Recipient not OK
50QUIT
51250 OK
52****
53exim -odi -f pqr@x.y.z userx phil fail
54Test message 3
55****