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 <pipe-message> in the macro, the body of the message is sent to the utility script, but no headers get there. When I use <pipe-entry> in the macro, the headers of the message are sent to the utility script, but the body does not get there. What can I use to pipe both the headers and body of the message? Thanks, -- Roger