Truncate delay when peer closes connection. Bug 348
[exim.git] / test / scripts / 0000-Basic / 0558
CommitLineData
2679d413
PH
1# DATA error after identical RCPT failures
2exim -bs
3ehlo test.ex
4mail from:<>
5rcpt to:<userx@test.ex>
6rcpt to:<usery@test.ex>
7rcpt to:<userz@test.ex>
8data
9quit
10****
11exim -bs
12ehlo test.ex
13mail from:<>
14rcpt to:<userx@test.ex>
15rcpt to:<specialusery@test.ex>
16rcpt to:<userz@test.ex>
17data
18quit
19****