diff options
Diffstat (limited to 'modules/maillist.py')
| -rw-r--r-- | modules/maillist.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. ' |
