|
MIMEEXCSSyntax
DescriptionMIMEEXCS defines the list of content-types to exclude from processing. The exclusion occurs before the data is processed to any filters registered via the MIMEFILTERS resource. If a message body part is excluded, the converted message will have a note that the part was excluded.
Default SettingNil. Resource VariablesN/A ExamplesThe following example excludes all binaries, images, and postscript data: <MIMEExcs> application/octet-stream application/postscript image </MIMEExcs> The following is a very restrictive setting to minimize archive exploits and large data files: <MIMEExcs> application image audio video text/html </MIMEExcs> Version2.4.9 See Also
$Date: 2002/07/27 05:13:10 $ MHonArc Copyright © 2001, Earl Hood, mhonarc@mhonarc.org |