git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make batch delivery work for files and pipes set up by redirection.
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0363
1
# percent hack and rcpt addresses
2
need_ipv4
3
#
4
server PORT_S
5
220
6
EHLO
7
220 OK
8
MAIL
9
250 OK
10
RCPT
11
250 OK
12
DATA
13
334 send more
14
.
15
250 OK
16
QUIT
17
250 OK
18
****
19
exim -odi Aa%Bb@Cc
20
To: aa%bb@cc
21
****