X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d4dc049f9a9e80ac3a470fd644418668eefedecb..340e5f5781abb5388c41fa326d6e1cabf7ba96ff:/test/confs/0137 diff --git a/test/confs/0137 b/test/confs/0137 index 1a2094ef3..c12709698 100644 --- a/test/confs/0137 +++ b/test/confs/0137 @@ -8,6 +8,7 @@ log_selector = +subject domainlist local_domains = test.ex qualify_domain = test.ex +untrusted_set_sender = * # ----- Routers ----- @@ -17,7 +18,10 @@ begin routers smart: driver = accept retry_use_local_part - transport = $h_transport: + transport = ${if eq {t1}{$sender_address_local_part} {local_delivery} \ + {${if eq {t2}{$sender_address_local_part} {local_delivery_fcntl} \ + {${if eq {t3}{$sender_address_local_part} {local_delivery_fcntl_blocking} \ + {} }}}}} # ----- Transports ----- @@ -27,6 +31,7 @@ begin transports local_delivery: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail lock_interval = 1s lock_retries = 2 user = CALLER @@ -34,6 +39,7 @@ local_delivery: local_delivery_fcntl: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail lock_interval = 1s lock_retries = 2 no_use_lockfile @@ -42,6 +48,7 @@ local_delivery_fcntl: local_delivery_fcntl_blocking: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail lock_fcntl_timeout = 2s lock_interval = 1s lock_retries = 2