diff options
| author | mailman | 1998-03-04 16:47:32 +0000 |
|---|---|---|
| committer | mailman | 1998-03-04 16:47:32 +0000 |
| commit | 4929cd0441c8758c02c546fa65e3d34db70af8d9 (patch) | |
| tree | 07ff36fed91383dec93f42961f0c6674df6abb7a | |
| parent | 75110f7c9f0086640a4ae19de4344d65c170cf0c (diff) | |
| download | mailman-4929cd0441c8758c02c546fa65e3d34db70af8d9.tar.gz mailman-4929cd0441c8758c02c546fa65e3d34db70af8d9.tar.zst mailman-4929cd0441c8758c02c546fa65e3d34db70af8d9.zip | |
| -rw-r--r-- | Mailman/MailList.py | 4 | ||||
| -rw-r--r-- | modules/maillist.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 4c39dd3d6..3d81b9df4 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -221,8 +221,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, '(Useful, eg, for signature auto-stripping, etc...)'), ('max_num_recipients', mm_cfg.Number, 3, 0, - 'Max number of TO and CC recipients before admin approval is' - 'required (anti-spam). Use 0 for no limit.'), + 'Max number of TO and CC recipients before admin approval ' + 'is required (anti-spam). Use 0 for no limit.'), ('max_message_size', mm_cfg.Number, 3, 0, 'Maximum length in Kb of a message body. ' diff --git a/modules/maillist.py b/modules/maillist.py index 4c39dd3d6..3d81b9df4 100644 --- a/modules/maillist.py +++ b/modules/maillist.py @@ -221,8 +221,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, '(Useful, eg, for signature auto-stripping, etc...)'), ('max_num_recipients', mm_cfg.Number, 3, 0, - 'Max number of TO and CC recipients before admin approval is' - 'required (anti-spam). Use 0 for no limit.'), + 'Max number of TO and CC recipients before admin approval ' + 'is required (anti-spam). Use 0 for no limit.'), ('max_message_size', mm_cfg.Number, 3, 0, 'Maximum length in Kb of a message body. ' |
