Mercurial > p > roundup > code
changeset 2122:7109f83d5250
clarification
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 25 Mar 2004 22:48:17 +0000 |
| parents | fd5459469069 |
| children | 95da13c1bdbd |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 9 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Thu Mar 25 22:38:55 2004 +0000 +++ b/doc/customizing.txt Thu Mar 25 22:48:17 2004 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.121 $ +:Version: $Revision: 1.122 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -135,11 +135,6 @@ **ADMIN_EMAIL** - ``'roundup-admin@%s'%MAIL_DOMAIN`` The email address that roundup will complain to if it runs into trouble. -**DISPATCHER_EMAIL** - ``ADMIN_EMAIL`` - The email address that roundup will issue all error messages to. This is - also useful, if you want to switch your 'new message' notification to - a central user. - **EMAIL_FROM_TAG** - ``''`` Additional text to include in the "name" part of the ``From:`` address used in nosy messages. If the sending user is "Foo Bar", the ``From:`` line is @@ -152,7 +147,14 @@ "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example> **ERROR_MESSAGES_TO** - ``'user'``, ``'dispatcher'`` or ``'both'`` - Sends error messages to the dispatcher, user, or both. + Sends error messages to the dispatcher, user, or both. It will use the + ``DISPATCHER_EMAIL`` address if set, otherwise it'll use the + ``ADMIN_EMAIL`` address. + +**DISPATCHER_EMAIL** - ``''`` + The email address that Roundup will issue all error messages to. This is + also useful if you want to switch your 'new message' notification to + a central user. **MESSAGES_TO_AUTHOR** - ``'new'``, ``'yes'`` or``'no'`` Send nosy messages to the author of the message?
