X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d4dc049f9a9e80ac3a470fd644418668eefedecb..32a167571d19dc17c709616320917276e8d82c3b:/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