Hello, I have a transport that pipes to a perl script. Everything is fine and dandy, but whenever the script fails the whole perl error message gets appended right after the failure_template message.
I've checked bounce(5), bounce(8), and pipe(8), and although I admit that I haven't read thoroughly I haven't found anything in this regard. Of course the proper thing is to prevent all errors at the script level, but I'm in a sort of "live while developing" stage, so I would like to conceal the error message since no matter how careful you are, at times something does slip error catching efforts. Is there a way to do it? Did I miss something from the man pages? Thanks in advance, Marcel