diff options
author | tkikuchi <> | 2005-02-06 01:29:32 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-02-06 01:29:32 +0000 |
commit | e51419d1cfe2059dbd507ddd78fe8c7131b6c538 (patch) | |
tree | 73410345bcf3b72a5f79b058efeedd47506416f0 /Mailman/Gui | |
parent | b8a931284d51365af2d14c1d7804cc8b7711b57f (diff) | |
download | mailman2-e51419d1cfe2059dbd507ddd78fe8c7131b6c538.tar.gz mailman2-e51419d1cfe2059dbd507ddd78fe8c7131b6c538.tar.xz mailman2-e51419d1cfe2059dbd507ddd78fe8c7131b6c538.zip |
sourceforge patch id=1107169, re-use member_moderation_notice ...
Instead of re-use, a new variable 'nonmember_rejection_notice' was
introduced. For compatibility with my patch for subject numbering,
'data_version' was raised by 3. Sorry for the leap but I want MY user
to get smooth update. (TK)
Diffstat (limited to 'Mailman/Gui')
-rw-r--r-- | Mailman/Gui/Privacy.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 2668140b..cb10c0c3 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -306,6 +306,12 @@ class Privacy(GUIBase): _("""Should messages from non-members, which are automatically discarded, be forwarded to the list moderator?""")), + ('nonmember_rejection_notice', mm_cfg.Text, (10, WIDTH), 1, + _("""Text to include in any rejection notice to be sent to + non-members who post to this list. This notice can include + the list's owner address by %%(listowner)s and replaces the + internally crafted default message.""")), + ] recip_rtn = [ |