hosts_require_helo
[exim.git] / test / scripts / 0000-Basic / 0233
1 # freeze_tell & system filter & ACL
2 # System filter freezes this one
3 exim -odi userx
4 Rhubarb
5 ****
6 # ACL freezes these two, tell for the second, and third, not for the first
7 exim -odi -bs
8 helo test
9 mail from:<a@test.ex>
10 rcpt to:<userz@test.ex>
11 data
12 Should be frozen (no tell)
13 .
14 mail from:<a@test.ex>
15 rcpt to:<usery@test.ex>
16 data
17 Should be frozen (with tell)
18 .
19 mail from:<a@test.ex>
20 rcpt to:<userz@test.ex>
21 rcpt to:<usery@test.ex>
22 data
23 Should be frozen (with tell because not both no_tell)
24 .
25 quit
26 ****