Re: pipe-entry vs pipe-message in macro

2016-02-25 Thread Erik Christiansen
On 24.02.16 16:29, Roger Mangin wrote: > When I use in the macro, the body of the message is > sent to the utility script, but no headers get there. What is the current setting of pipe_decode? It needs to be unset in order to avoid the behaviour you're experiencing, AIUI. Erik

Re: pipe-entry vs pipe-message in macro

2016-02-25 Thread Cameron Simpson
On 24Feb2016 16:29, Roger Mangin wrote: I am trying to set up a macro that will pipe a message to a utility script. I want the utility script to receive the entire message (both body and headers). For debugging purpose, the script currently just echoes what is piped to it on stdin. When I use

pipe-entry vs pipe-message in macro

2016-02-24 Thread Roger Mangin
Greeting, I am trying to set up a macro that will pipe a message to a utility script. I want the utility script to receive the entire message (both body and headers). For debugging purpose, the script currently just echoes what is piped to it on stdin. When I use in the macro, the body of the