> On Jan 11, 2016, at 8:20 AM, Ian Eiloart <[email protected]> wrote: > > It also talks about re-instating the return path by setting return_path, so I > suspect it does update return_path (the variable), but not $return_path which > is the value of the variable.
Well that’s the question if I have a router: foo: driver = redirect … errors_to = [email protected] and then later a router: smtp: driver = smtp … return_path = $return_path Is $return_path = [email protected] ? Assuming that errors_to was not set later in the routers. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
