Additional Sieve test (missed files from previous commit).
[exim.git] / test / scripts / 0000-Basic / 0431
CommitLineData
59371ea7
PH
1# affixes in RCPT commands
2need_ipv4
3#
4server PORT_S
5220 Server ready
6EHLO
7250 OK
8MAIL
9250 OK
10RCPT
11250 OK
12RCPT
13250 OK
14DATA
15354 Go ahead
16.
17250 OK
18QUIT
19220 OK
20****
21exim -odi pre-xxx@a.b xxx+post@a.b
22****
23server PORT_S
24220 Server ready
25EHLO
26250 OK
27MAIL
28250 OK
29RCPT
30250 OK
31RCPT
32250 OK
33DATA
34354 Go ahead
35.
36250 OK
37QUIT
38220 OK
39****
40exim -DAFFIX=rcpt_include_affixes -odi pre-xxx@a.b xxx+post@a.b
41****
42exim -odi pre.xxx@a.b
43****
44exim -DAFFIX=rcpt_include_affixes -odi pre.xxx@a.b
45****