diff options
| author | bwarsaw | 1999-05-03 18:46:18 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-05-03 18:46:18 +0000 |
| commit | 056734bcf898ac4f8d2e8da805e4e00b22a47251 (patch) | |
| tree | 68ebf12854835481ba13421a1a9902cb7d3b20e9 /Mailman/MailList.py | |
| parent | 0d3ed4cecefbce4507ad05b8e090d06e4047023b (diff) | |
| download | mailman-056734bcf898ac4f8d2e8da805e4e00b22a47251.tar.gz mailman-056734bcf898ac4f8d2e8da805e4e00b22a47251.tar.zst mailman-056734bcf898ac4f8d2e8da805e4e00b22a47251.zip | |
GetConfigInfo(): increase max_message_size field to 5 characters
Diffstat (limited to 'Mailman/MailList.py')
| -rw-r--r-- | Mailman/MailList.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 <em>not</em> 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." "<p> See also the <em>forbidden_posters</em> 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)'), |
