summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0044
blob: 0286aed69e82ff04f1fa780bd05ae73bb4f4f655 (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
# RBL blocking (unregistered host)
#
# The list2 checks the dnslist layer positive caching
# We cannot check the cache ttl because -bh defeats delays
exim -d -bh V4NET.11.12.13
ehlo exim.test.ex
mail from:postmaster@exim.test.ex
rcpt to:<postmaster@exim.test.ex>
rcpt to:list@exim.test.ex
rcpt to:list2@exim.test.ex
data
test data
.
quit
****
exim -bh V4NET.11.12.13
ehlo exim.test.ex
mail from:<myfriend@there.test.ex>
rcpt to:list@exim.test.ex
data
test data
.
quit
****
#
# check negative-cache ttl
exim -d -bh V4NET.99.99.99
ehlo exim.test.ex
mail from:postmaster@exim.test.ex
rcpt to:list@exim.test.ex
****
no_msglog_check