X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ed1620555d261c5e970dbbe873bf4b19026b0e48..7aecdeeba22cfe94a180d722dc3506cd6f2b83a2:/test/confs/0576?ds=sidebyside diff --git a/test/confs/0576 b/test/confs/0576 index 5b023d280..1b147aa45 100644 --- a/test/confs/0576 +++ b/test/confs/0576 @@ -7,6 +7,8 @@ SERVER = log_selector = +received_recipients +sender_on_delivery acl_smtp_rcpt = rcpt +acl_not_smtp_start = not_smtp + queue_only queue_run_in_order @@ -16,9 +18,13 @@ begin acl rcpt: accept - queue = ${if eq {normal}{$local_part} {} {${bless:$local_part}}} + queue = ${extract {$local_part} {normal="" alternate=alternate lowpri=lowpri}} logwrite = using queue '$queue_name' +not_smtp: + accept + queue = example + #--------------- begin routers