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