4.12.1.7 Body Modification Functions

Body modification is an experimental feature of MFL. Version 6.0 provides only one function for that purpose.

Built-in Function: void replbody (string text)

Replace the body of the message with text. Notice, that text must not contain RFC 822 headers. See the previous section if you want to manipulate message headers.

Example:

 
  replbody("Body of this message has been removed by the mail filter.")

No restrictions are imposed on the format of text.