]> git.netwichtig.de Git - user/henk/code/exim.git/blob - 0000-Basic/0558
c6aaf7dd4ecb0875064fb9a0b2fcc0da139e354f
[user/henk/code/exim.git] / 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 ****