Wietse Venema: > Arjen Van Drie: > > > > It works exactly as Wietse pointed out. Set bounce_size_limit high > > enough and you get the full original message appended. > > Perhaps like this? > > bounce_size_limit = $message_size_limit
That will fail when the original message was already close to the size limit. In that case the bounce submission operation should fail, the original message should be deferred, and bounce submission should be retried until someone fixes the configuration. Wietse