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