diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-26 16:17:16 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-26 16:18:07 +0100 |
commit | a31b8b2c91b548cc11f9e482315beb2373211b5e (patch) | |
tree | 7976ded344a83a1d8f65847d0f34e203fe0b5131 /test/confs | |
parent | 24cda181fb88542cf38db2beae5d0ddb37f59c5c (diff) |
Make $router_name usable from transport
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0143 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/0143 b/test/confs/0143 index 8f0300aa0..f451be394 100644 --- a/test/confs/0143 +++ b/test/confs/0143 @@ -32,7 +32,7 @@ my_smtp: interface = HOSTIPV4 port = PORT_S hosts_try_fastopen = : - debug_print = transport_name <$transport_name> + debug_print = transport_name <$transport_name> from router <$router_name> # End |