git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Transports: pass back next id for continued-transport
[exim.git]
/
test
/
stderr
/
0020
diff --git
a/test/stderr/0020
b/test/stderr/0020
index 51752af1e0c33b8c6070ecca351a9545ba1760d9..e27c115008db98cdb5c22ff70bd1e21c62664b8e 100644
(file)
--- a/
test/stderr/0020
+++ b/
test/stderr/0020
@@
-1,7
+1,13
@@
>>> host in hosts_connection_nolog? no (option unset)
>>> host in hosts_connection_nolog? no (option unset)
->>> host in host_lookup? yes (matched "10.250.104.0/21")
+>>> host in host_lookup?
+>>> list element: 10.250.104.0/21
+>>> host in host_lookup? yes (matched "10.250.104.0/21")
>>> looking up host name for 10.250.104.42
>>> IP address lookup yielded "manyhome.test.ex"
>>> looking up host name for 10.250.104.42
>>> IP address lookup yielded "manyhome.test.ex"
+>>> check dnssec require list
+>>> manyhome.test.ex not in empty list (option unset? cannot trace name)
+>>> check dnssec request list
+>>> manyhome.test.ex not in empty list (option unset? cannot trace name)
>>> checking addresses for manyhome.test.ex
>>> 10.250.107.163
>>> 10.250.109.49
>>> checking addresses for manyhome.test.ex
>>> 10.250.107.163
>>> 10.250.109.49
@@
-583,6
+589,8
@@
>>> using ACL "check_connect"
>>> processing "accept" (TESTSUITE/test-config 24)
>>> check hosts = 10.250.104.0/21
>>> using ACL "check_connect"
>>> processing "accept" (TESTSUITE/test-config 24)
>>> check hosts = 10.250.104.0/21
->>> host in "10.250.104.0/21"? yes (matched "10.250.104.0/21")
+>>> host in "10.250.104.0/21"?
+>>> list element: 10.250.104.0/21
+>>> host in "10.250.104.0/21"? yes (matched "10.250.104.0/21")
>>> accept: condition test succeeded in ACL "check_connect"
>>> end of ACL "check_connect": ACCEPT
>>> accept: condition test succeeded in ACL "check_connect"
>>> end of ACL "check_connect": ACCEPT