summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0069
blob: 729d19f5ee2284b4edfe5aff6fc058a21fdf4afb (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
50
51
# +include_unknown, +ignore_unknown, +include_defer, +ignore_defer
need_ipv4
#
exim -bh V4NET.0.0.1
helo test
mail from:<x@y>
rcpt to:<x@test.ex>
quit
****
exim -bh V4NET.0.0.13
helo test
MAIL FROM:<userx>
rcpt to:<x@test.ex>
quit
****
exim -bh V4NET.0.0.13
helo test
MAIL FROM:<userx@test.ex>
rcpt to:<y@test.ex>
quit
****
exim -bh V4NET.0.0.13
helo test
MAIL FROM:<userx@test.ex>
rcpt to:<z@test.ex>
quit
****
exim -bh V4NET.0.0.13 -DLOG_SELECTOR=log_selector=+unknown_in_list
helo test
MAIL FROM:<userx@test.ex>
rcpt to:<y@test.ex>
quit
****
exim -bh V4NET.0.0.13
helo test
MAIL FROM:<userx>
rcpt to:<a@test.ex>
quit
****
exim -bh V4NET.0.0.13
helo test
MAIL FROM:<userx@test.ex>
rcpt to:<b@test.ex>
quit
****
exim -bh V4NET.0.0.13
helo test
MAIL FROM:<userx@test.ex>
rcpt to:<c@test.ex>
quit
****