From e51419d1cfe2059dbd507ddd78fe8c7131b6c538 Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Sun, 6 Feb 2005 01:29:32 +0000 Subject: 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) --- Mailman/Gui/Privacy.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Mailman/Gui') 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 = [ -- cgit v1.2.3