PRDR support, if compiled with EXPERIMENTAL_PRDR
[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:<"unknown with spaces"@test.ex>
10 rcpt to:<userx@test.ex>
11 rset
12 mail from:<userx@test.ex>
13 rcpt to:<userx@test.ex>
14 data
15 From: unknown@test.ex
16 .
17 mail from:<userx@test.ex>
18 rcpt to:<userx@test.ex>
19 data
20 From: <>
21 .
22 mail from:<defer@test.ex>
23 rcpt to:<userx@test.ex>
24 rset
25 mail from:<userx@test.ex>
26 rcpt to:<userx@test.ex>
27 data
28 from: <defer@test.ex>
29 .
30 quit
31 ****