git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
appendfile: tidying
[users/jgh/exim.git]
/
test
/
scripts
/
0000-Basic
/
0431
1
# affixes in RCPT commands
2
need_ipv4
3
#
4
server PORT_S
5
220 Server ready
6
EHLO
7
250 OK
8
MAIL
9
250 OK
10
RCPT
11
250 OK
12
RCPT
13
250 OK
14
DATA
15
354 Go ahead
16
.
17
250 OK
18
QUIT
19
220 OK
20
****
21
exim -odi pre-xxx@a.b xxx+post@a.b
22
****
23
server PORT_S
24
220 Server ready
25
EHLO
26
250 OK
27
MAIL
28
250 OK
29
RCPT
30
250 OK
31
RCPT
32
250 OK
33
DATA
34
354 Go ahead
35
.
36
250 OK
37
QUIT
38
220 OK
39
****
40
exim -DAFFIX=rcpt_include_affixes -odi pre-xxx@a.b xxx+post@a.b
41
****
42
exim -odi pre.xxx@a.b
43
****
44
exim -DAFFIX=rcpt_include_affixes -odi pre.xxx@a.b
45
****