git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Memory management: when running under the testsuite, check every string variable...
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0558
1
# DATA error after identical RCPT failures
2
exim -bs
3
ehlo test.ex
4
mail from:<>
5
rcpt to:<userx@test.ex>
6
rcpt to:<usery@test.ex>
7
rcpt to:<userz@test.ex>
8
data
9
quit
10
****
11
exim -bs
12
ehlo test.ex
13
mail from:<>
14
rcpt to:<userx@test.ex>
15
rcpt to:<specialusery@test.ex>
16
rcpt to:<userz@test.ex>
17
data
18
quit
19
****