diff options
| author | bwarsaw | 2001-07-10 14:22:55 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-07-10 14:22:55 +0000 |
| commit | 621830d33509c528ae108e59d996c78ad1200f3f (patch) | |
| tree | c638d6be53fb97f4cea2be82f90ddeed30678336 | |
| parent | 957ca08f597ef164a6ce7beedcff907642a31042 (diff) | |
| download | mailman-621830d33509c528ae108e59d996c78ad1200f3f.tar.gz mailman-621830d33509c528ae108e59d996c78ad1200f3f.tar.zst mailman-621830d33509c528ae108e59d996c78ad1200f3f.zip | |
| -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 |
