X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0576;h=1b147aa45a62dbcf42e876b5ec08dd46cbb69237;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=b75b6780484e0eade9323fdaf437c656db622bd3;hpb=d4dc049f9a9e80ac3a470fd644418668eefedecb;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0576 b/test/confs/0576 index b75b67804..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} {} {$local_part}} + queue = ${extract {$local_part} {normal="" alternate=alternate lowpri=lowpri}} logwrite = using queue '$queue_name' +not_smtp: + accept + queue = example + #--------------- begin routers