From 8b76e35df24bdb4ae432550c22cd659e988687dd Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 9 Dec 2002 06:06:21 +0000 Subject: ModeratedMemberPost.reason: Some people took offense at this message. See the comment, and this archived message. http://mail.python.org/pipermail/mailman-developers/2002-November/014034.html --- Mailman/Handlers/Moderate.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Mailman/Handlers/Moderate.py b/Mailman/Handlers/Moderate.py index cfd054d7d..95df5465c 100644 --- a/Mailman/Handlers/Moderate.py +++ b/Mailman/Handlers/Moderate.py @@ -32,7 +32,15 @@ from Mailman.Logging.Syslog import syslog class ModeratedMemberPost(Hold.ModeratedPost): - reason = _('Posts by member are currently quarantined for moderation') + # BAW: I wanted to use the reason below to differentiate between this + # situation and normal ModeratedPost reasons. Greg Ward and Stonewall + # Ballard thought the language was too harsh and mentioned offense taken + # by some list members. I'd still like this class's reason to be + # different than the base class's reason, but we'll use this until someone + # can come up with something more clever but inoffensive. + # + # reason = _('Posts by member are currently quarantined for moderation') + pass -- cgit v1.2.3-70-g09d2