->>> host in pipelining_advertise_hosts? yes (matched "*")
->>> host in "10.0.0.1"? no (end of list)
->>> host in "10.0.0.4"? no (end of list)
->>> host in "10.0.0.3 : 10.0.0.4"? yes (matched "10.0.0.3")
->>> host in auth_advertise_hosts? yes (matched "+auth_relay_hosts")
+>>> host in pipelining_advertise_hosts?
+>>> list element: *
+>>> host in pipelining_advertise_hosts? yes (matched "*")
+>>> host in auth_advertise_hosts?
+>>> list element: +auth_hosts
+>>> start sublist auth_hosts
+>>> host in "10.0.0.1"?
+>>> ╎list element: 10.0.0.1
+>>> host in "10.0.0.1"? no (end of list)
+>>> end sublist auth_hosts
+>>> list element: !+relay_hosts
+>>> start sublist relay_hosts
+>>> host in "10.0.0.4"?
+>>> ╎list element: 10.0.0.4
+>>> host in "10.0.0.4"? no (end of list)
+>>> end sublist relay_hosts
+>>> list element: +auth_relay_hosts
+>>> start sublist auth_relay_hosts
+>>> host in "10.0.0.3 : 10.0.0.4"?
+>>> ╎list element: 10.0.0.3
+>>> ╎host in "10.0.0.3 : 10.0.0.4"? yes (matched "10.0.0.3")
+>>> end sublist auth_relay_hosts
+>>> host in auth_advertise_hosts? yes (matched "+auth_relay_hosts")
+>>> host in chunking_advertise_hosts?