Return Home
Overview
<attach>
<body>
<body>
<clientip>
<comment>
<configuration>
<copy>
<delay>
<dnslookup>
<domainquery>
<email>
<expression>
<expressions>
<file>
<filter>
<filters>
<header>
<header>
<helo>
<http>
<imap>
<index>
<inputpath>
<ipquery>
<log>
<mailfrom>
<maxbuffer>
<maxlines>
<message>
<modifysource>
<multiplerecipients>
<option>
<parser>
<path>
<quickresult>
<rcptto>
<result>
<results>
<return>
<rule>
<rules>
<scope>
<select>
<smtpextendedstatuscode>
<smtpstatuscode>
<target_filter>
<target_index>
<test>
<title>
Boolean type
Macros
Regular Expressions
Node: maxbuffer
<maxbuffer>80000</maxbuffer>
<maxbuffer>unlimited</maxbuffer>
Notes
When certain types of messages are found, such us text/html or encoded text/plain parts, they are buffered in full before processing instead of being processed line-by-line. If the total size of the buffered message part exceeds what is specified in this option, the buffer is trimmed before processing such that one half specified characters from the beginning of the buffer and one half of the specified characters from the end of the buffer make up what is processed.
If this node is not specified, the default is 500,000 characters.
Revision History
- Requires v2.1.0 or higher.