X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4e9287801772d5aae181a9db0ef1dd1b514b2129..4d756df0d59a0dfa02d453ae3dd666e180e6fbfc:/test/confs/5704 diff --git a/test/confs/5704 b/test/confs/5704 index a1749442b..17b2bceb7 100644 --- a/test/confs/5704 +++ b/test/confs/5704 @@ -4,8 +4,6 @@ # ----- Main settings ----- -system_filter = DIR/aux-fixed/TESTNUM.filter - event_action = ${acl {logger}} # ----- ACL ----- @@ -18,11 +16,25 @@ begin acl begin routers -dump_bounces: +router_filter: + driver = redirect + reply_transport = reply + local_parts = userx-filter + allow_filter + data = #Exim filter\n seen mail text "This is an autoreply." + user = EXIMUSER + +others: driver = redirect - senders = : data = :blackhole: # ----- Transports ----- +begin transports + +reply: + driver = autoreply + to = $reply_address + event_action = ${acl {logger}} + # End