On Wed, 14 Nov 2007, ilias seperis wrote:
| I tried bounce_return_size_limit but obviously this
| truncates bounce msgs generated only by exim running
| on localhost, not incoming DSNs (for example).
Yep
| Should I use, for example, transport_filter and do
| whatever I want with the msg's body? Is there any
| other way?
Exim itself doesn't meddle with message content (DSN or otherwise).
Hence you need to write something yourself - which I suspect would as you
say be integrated as a transport_filter.