[exim-dev] [Bug 3037] Broken pipe in transport filter

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Bugzilla
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 3037] Broken pipe in transport filter
https://bugs.exim.org/show_bug.cgi?id=3037

--- Comment #1 from Jeremy Harris <jgh146exb@???> ---
It's unlikely that ARG_MAX is involved since that is a limit on execv;
but the message gets passed to a transport filter on it's stdin.

Try just running 'cat" as your filter. If that works, then the problem
is more likely in your modifymail.sh script. Please don't tell me
it hacks on Exim's spool file; this is not a public interface for Exim
and you should not do that. A transport filter should operate stdin=to-stdout
as a stream processor.

--
You are receiving this mail because:
You are on the CC list for the bug.

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-dev-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/