Try to make test 0461 less unreliable.
[exim.git] / test / scripts / 0000-Basic / 0121
1 # Sender verification (envelope and header)
2 exim -bh 127.0.0.1
3 mail from:<unknown@test.ex>
4 rcpt to:<userx@test.ex>
5 rset
6 mail from:<userx@unknown.dom.ain>
7 rcpt to:<userx@test.ex>
8 rset
9 mail from:<userx@test.ex>
10 rcpt to:<userx@test.ex>
11 data
12 From: unknown@test.ex
13 .
14 mail from:<userx@test.ex>
15 rcpt to:<userx@test.ex>
16 data
17 From: <>
18 .
19 mail from:<defer@test.ex>
20 rcpt to:<userx@test.ex>
21 rset
22 mail from:<userx@test.ex>
23 rcpt to:<userx@test.ex>
24 data
25 from: <defer@test.ex>
26 .
27 quit
28 ****