Add the force_command option to the pipe transport
authorJ. Nick Koston <nick@cpanel.net>
Sat, 30 Mar 2013 07:22:53 +0000 (02:22 -0500)
committerJ. Nick Koston <nick@cpanel.net>
Mon, 1 Apr 2013 06:38:18 +0000 (01:38 -0500)
commit09792322d9224b0407783a19c2dd57fd1a8bbd52
tree4c2b15e1d987f5a807bd79a335fad5f14644a035
parent0fbd9bff71b47e3a32e54629c3f67e7eda1812fe
Add the force_command option to the pipe transport

Normally when a router redirects an address directly to a pipe command
the command option on the transport is ignored.  If force_command
is set, the command option will expanded and used. This is especially
useful for forcing a wrapper or additional argument to be added to the
command.
doc/doc-docbook/spec.xfpt
src/src/structs.h
src/src/transport.c
src/src/transports/pipe.c
src/src/transports/pipe.h