summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0416
blob: 973316b3a570bd5228b66676eb741a9c6463e6b4 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# ACL "discard" verb
1
exim -bs
helo xxx
****
# The -odi's below aren't for real - they are just testing that -odi cannot
# override queue_only because no_queue_only_override is set.
1
exim -odi x@y
discard: yes
.
****
exim -odi -bs
mail from:<discard@x.y>
rcpt to:<a@b>
rcpt to:<discard@p.q>
data
Testing
.
mail from:<ok@x.y>
rcpt to:<a@b>
rcpt to:<discard@p.q>
rcpt to:<nested_discard@p.q>
data
Testing
.
mail from:<ok@x.y>
rcpt to:<discard@p.q>
data
Testing
.
mail from:<ok@x.y>
rcpt to:<a@b>
data
discard: yes

Testing
.
mail from:<ok@x.y>
rcpt to:<data_message_discard@b>
data
.
quit
****
1
exim data_message_discard@y
.
****
no_msglog_check