summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0558
blob: c6aaf7dd4ecb0875064fb9a0b2fcc0da139e354f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# DATA error after identical RCPT failures
exim -bs
ehlo test.ex
mail from:<>
rcpt to:<userx@test.ex>
rcpt to:<usery@test.ex>
rcpt to:<userz@test.ex>
data
quit
****
exim -bs
ehlo test.ex
mail from:<>
rcpt to:<userx@test.ex>
rcpt to:<specialusery@test.ex>
rcpt to:<userz@test.ex>
data
quit
****