--On 14 November 2007 16:03:21 +0000 Chris Edwards <[EMAIL PROTECTED]> wrote:
> 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. If might be possible to generate a new message in the system filter, and throw away the original. You might lose some information, though. -- Ian Eiloart IT Services, University of Sussex x3148 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
