File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.94 $
5+ :Version: $Revision: 1.95 $
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
@@ -468,6 +468,15 @@ for you are:
468468 It also provides the ``presetunread`` auditor which pre-sets the
469469 status to ``unread`` on new items if the status isn't explicitly
470470 defined.
471+ **messagesummary.py**
472+ Generates the ``summary`` property for new messages based on the message
473+ content.
474+ **userauditor.py**
475+ Verifies the content of some of the user fields (email addresses and
476+ roles lists).
477+
478+ If you don't want this default behaviour, you're completely free to change
479+ or remove these detectors.
471480
472481See the detectors section in the `design document`__ for details of the
473482interface for detectors.
You can’t perform that action at this time.
0 commit comments