This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit e9321f2d730c74d556fc1c903faa17419a9db655 Author: Benoit Tellier <[email protected]> AuthorDate: Fri May 29 14:14:51 2020 +0700 JAMES-3197 Document mailet pipeline error handling --- src/site/xdoc/server/config-mailetcontainer.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/server/config-mailetcontainer.xml b/src/site/xdoc/server/config-mailetcontainer.xml index c20f9a2..8660a21 100644 --- a/src/site/xdoc/server/config-mailetcontainer.xml +++ b/src/site/xdoc/server/config-mailetcontainer.xml @@ -48,8 +48,13 @@ Set this to the appropriate email address for error reports If this is set to a non-local email address, the mail server will still function, but will generate a warning on startup.</dd> - <dt><strong>spooler.threads</strong></dt> - <dd>Number of simultaneous threads used to spool the mails.</dd> + <dt><strong>spooler.threads</strong></dt> + <dd>Number of simultaneous threads used to spool the mails.</dd> + <dt><strong>spooler.errorRepository</strong></dt> + <dd>Mail repository to store email in after several unrecoverable errors. Mails failing processing, for which + the Mailet Container could not handle Error, will be stored there after their processing had been attempted + 5 times. Note that if standard java Exception occurs, <b>Error handling</b> section below will be applied + instead.</dd> </dl> <subsection name="The Mailet Tag"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
