22Customising Roundup
33===================
44
5- :Version: $Revision: 1.121 $
5+ :Version: $Revision: 1.122 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -135,11 +135,6 @@ The configuration variables available are:
135135**ADMIN_EMAIL** - ``'roundup-admin@%s'%MAIL_DOMAIN``
136136 The email address that roundup will complain to if it runs into trouble.
137137
138- **DISPATCHER_EMAIL** - ``ADMIN_EMAIL``
139- The email address that roundup will issue all error messages to. This is
140- also useful, if you want to switch your 'new message' notification to
141- a central user.
142-
143138**EMAIL_FROM_TAG** - ``''``
144139 Additional text to include in the "name" part of the ``From:`` address used
145140 in nosy messages. If the sending user is "Foo Bar", the ``From:`` line is
@@ -152,7 +147,14 @@ The configuration variables available are:
152147 "Foo Bar EMAIL_FROM_TAG" <
[email protected] >
153148
154149**ERROR_MESSAGES_TO** - ``'user'``, ``'dispatcher'`` or ``'both'``
155- Sends error messages to the dispatcher, user, or both.
150+ Sends error messages to the dispatcher, user, or both. It will use the
151+ ``DISPATCHER_EMAIL`` address if set, otherwise it'll use the
152+ ``ADMIN_EMAIL`` address.
153+
154+ **DISPATCHER_EMAIL** - ``''``
155+ The email address that Roundup will issue all error messages to. This is
156+ also useful if you want to switch your 'new message' notification to
157+ a central user.
156158
157159**MESSAGES_TO_AUTHOR** - ``'new'``, ``'yes'`` or``'no'``
158160 Send nosy messages to the author of the message?
0 commit comments