Hi Phil,
On Mon, 20 Jun 2011, Phil Pennock wrote:
> redmine:
> local_part_suffix = -redmine
> driver = accept
> transport = redmine_pipe
> # after "begin transports"
>
> redmine_pipe:
> driver = pipe
> command = /bin/echo foo,bar
> return_output
>
> That works and avoids using a "redirect" to handle an "accept" via an
> intermediate shim.
>
> I'll look into the parse issue you note, but I'm not likely to have time
> to do so until at least the weekend, so this will just go on a list for
> later investigation.
That's great, thank you!
Cheers, Chris.