On Tue, 24 Sep 2019, Heiko Schlittermann via Exim-users wrote: > From: Heiko Schlittermann via Exim-users <[email protected]> > To: [email protected] > Date: Wed, 25 Sep 2019 01:03:38 > Subject: Re: [exim] Content scanning and non-MIME messages > Reply-To: Heiko Schlittermann <[email protected]> > > Ian Zimmerman via Exim-users <[email protected]> (Di 24 Sep 2019 15:53:27 > EDT): > > > > Ok, never mind. I'll just enhance my module to read the body from > > $message_body if necessary. Even now, I never read the entire MIME > > The message_body does not contain the full message body. > I believe, there is a related option.
Chapter 14 of the manual. The main option message_body_visible: message_body_visible Use: main Type: integer Default: 500 This option specifies how much of a message's body is to be included in the $message_body and $message_body_end expansion variables. -- Dennis Davis <[email protected]> -- ## List details at https://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/
