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
/
0320
1
# comments and +caseful in local part lists
2
exim -odq -bs
3
mail from:<x@y>
4
rcpt to:<lp1@z>
5
rcpt to:<LP1@z>
6
rcpt to:<lp2@z>
7
rcpt to:<LP2@z>
8
rcpt to:<lp#3@z>
9
rcpt to:<lp#4#@z>
10
rcpt to:<bad@z>
11
rcpt to:<LP10@z>
12
rcpt to:<lp10@z>
13
quit
14
****