summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0431
blob: 093e2632596a4e039f4cb7cf78576123aa1c35ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# affixes in RCPT commands
need_ipv4
#
server PORT_S
220 Server ready
EHLO
250 OK
MAIL
250 OK
RCPT
250 OK
RCPT
250 OK
DATA
354 Go ahead
.
250 OK
QUIT
220 OK
****
exim -odi pre-xxx@a.b  xxx+post@a.b
****
server PORT_S
220 Server ready
EHLO
250 OK
MAIL
250 OK
RCPT
250 OK
RCPT
250 OK
DATA
354 Go ahead
.
250 OK
QUIT
220 OK
****
exim -DAFFIX=rcpt_include_affixes -odi pre-xxx@a.b  xxx+post@a.b
****
exim -odi pre.xxx@a.b
****
exim -DAFFIX=rcpt_include_affixes -odi pre.xxx@a.b
****