debian experimental exim-daemon-heavy config
[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 mail from:<a@test.ex>
9 rcpt to:<userz@test.ex>
10 data
11 Should be frozen (no tell)
12 .
13 mail from:<a@test.ex>
14 rcpt to:<usery@test.ex>
15 data
16 Should be frozen (with tell)
17 .
18 mail from:<a@test.ex>
19 rcpt to:<userz@test.ex>
20 rcpt to:<usery@test.ex>
21 data
22 Should be frozen (with tell because not both no_tell)
23 .
24 quit
25 ****