X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4fab92fbc2b63bac2d89c1dae69fa1845cb640b7..834dae55650eb31b893242b9d50b477f5a339bf5:/test/confs/0289 diff --git a/test/confs/0289 b/test/confs/0289 index 8cd201862..a96799690 100644 --- a/test/confs/0289 +++ b/test/confs/0289 @@ -8,7 +8,11 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- acl_smtp_rcpt = accept +.ifdef DYNAMIC_OPTION +recipients_max = ${if def:sender_host_address {1}{2}} +.else recipients_max = 1 +.endif # ------ Routers ------ @@ -27,6 +31,7 @@ begin transports local_delivery: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail user = CALLER