diff options
Diffstat (limited to 'Mailman/MailList.py')
| -rw-r--r-- | Mailman/MailList.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 2b219f35a..d230d30f2 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -475,7 +475,15 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, mailing list, so you don't need to include any of that kind of stuff here. This should just contain mission-specific kinds of things, like etiquette policies or team orientation, or that kind - of thing.""")), + of thing. + + <p>Note that this text will be wrapped, according to the + following rules: + <ul><li>Each paragraph is filled so that no line is longer than + 70 characters. + <li>Any line that begins with whitespace is not filled. + <li>A blank line separates paragraphs. + </ul>""")), ('goodbye_msg', mm_cfg.Text, (4, WIDTH), 0, _('''Text sent to people leaving the list. If empty, no special |
