From 056734bcf898ac4f8d2e8da805e4e00b22a47251 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 3 May 1999 18:46:18 +0000 Subject: GetConfigInfo(): increase max_message_size field to 5 characters --- Mailman/MailList.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 6bab444a4..37bfd5b59 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -485,7 +485,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, " filters, for which notices are not sent. This" " option overrides ever sending the notice."), - ('max_message_size', mm_cfg.Number, 3, 0, + ('max_message_size', mm_cfg.Number, 5, 0, 'Maximum length in Kb of a message body. Use 0 for no limit.'), ('num_spawns', mm_cfg.Number, 3, 0, @@ -679,6 +679,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, " by escaping or bracketing it." "
See also the forbidden_posters option for" " a related mechanism."), + ('anonymous_list', mm_cfg.Radio, ('No', 'Yes'), 0, 'Hide the sender of a message, replacing it with the list ' 'address (Removes From, Sender and Reply-To fields)'), -- cgit v1.2.3-70-g09d2