Restrict lifetime of $router_name and $transport_name. Bug 308.
[exim.git] / test / confs / 0143
index 08eb3f66a556dccaa58cf91c263b92fc0f9fd702..ad18789c9ad8dbc442c082967e9a3c48738a41f5 100644 (file)
@@ -24,6 +24,7 @@ my_main_router:
   route_list = * 127.0.0.1
   self = send
   transport = my_smtp
+  debug_print = router_name <$router_name>
   no_more
 
 
@@ -35,7 +36,7 @@ my_smtp:
   driver = smtp
   interface = HOSTIPV4
   port = PORT_S
-  debug_print = transport_name <$transport_name> from router <$router_name>
+  debug_print = transport_name <$transport_name>
 
 
 # End