diff options
| author | bwarsaw | 2002-08-27 17:11:07 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-08-27 17:11:07 +0000 |
| commit | 4752ce75de133dca091710a26c9d089d2e9b3f5a (patch) | |
| tree | 1ce71fe90ff68350fbfde2de574f0d0398454495 /Mailman/Gui/General.py | |
| parent | 6e8bf67be04e0817cf3033fb356f5085fb9ef560 (diff) | |
| download | mailman-4752ce75de133dca091710a26c9d089d2e9b3f5a.tar.gz mailman-4752ce75de133dca091710a26c9d089d2e9b3f5a.tar.zst mailman-4752ce75de133dca091710a26c9d089d2e9b3f5a.zip | |
Diffstat (limited to 'Mailman/Gui/General.py')
| -rw-r--r-- | Mailman/Gui/General.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index 6907d05c0..3e6c6f954 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -145,6 +145,10 @@ class General(GUIBase): long mailing list names to something more concise, as long as it still identifies the mailing list.""")), + ('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)""")), + _('''<tt>Reply-To:</tt> header munging'''), ('first_strip_reply_to', mm_cfg.Radio, (_('No'), _('Yes')), 0, |
