X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/a08c49f10dbed682e0500e6510c78bd65002fc34..f92dd928f3e2e8b4a6e42f43b403dcefefee747a:/test/confs/0191 diff --git a/test/confs/0191 b/test/confs/0191 index 666eceb22..4585e390a 100644 --- a/test/confs/0191 +++ b/test/confs/0191 @@ -6,6 +6,7 @@ spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +tls_advertise_hosts = # ----- Main settings ----- @@ -33,7 +34,8 @@ smtp: driver = smtp port = PORT_S transport_filter = \ - /bin/sh -c "cat >/dev/null; /bin/echo -n Line without end" + /bin/sh -c \ + "cat >/dev/null; printf Line-without-end || /bin/echo -n Line-without-end" # End