debug tidying
[exim.git] / test / scripts / 0000-Basic / 0044
1 # RBL blocking (unregistered host)
2 #
3 # The list2 checks the dnslist layer positive caching
4 # We cannot check the cache ttl because -bh defeats delays
5 exim -d -bh V4NET.11.12.13
6 ehlo exim.test.ex
7 mail from:postmaster@exim.test.ex
8 rcpt to:<postmaster@exim.test.ex>
9 rcpt to:list@exim.test.ex
10 rcpt to:list2@exim.test.ex
11 data
12 test data
13 .
14 quit
15 ****
16 exim -bh V4NET.11.12.13
17 ehlo exim.test.ex
18 mail from:<myfriend@there.test.ex>
19 rcpt to:list@exim.test.ex
20 data
21 test data
22 .
23 quit
24 ****
25 #
26 # check negative-cache ttl
27 exim -d -bh V4NET.99.99.99
28 ehlo exim.test.ex
29 mail from:postmaster@exim.test.ex
30 rcpt to:list@exim.test.ex
31 ****
32 no_msglog_check