summaryrefslogtreecommitdiff
path: root/Mailman/pipeline/moderate.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-02-17 17:34:21 -0500
committerBarry Warsaw2008-02-17 17:34:21 -0500
commit69d158b13ae9cfa37040c2e7a664ca266b42050b (patch)
tree07f48ee990b6bab514f86199eaa250a04280120c /Mailman/pipeline/moderate.py
parentb36de8a6a5b84021c003b728274f7e9e95861c9d (diff)
downloadmailman-69d158b13ae9cfa37040c2e7a664ca266b42050b.tar.gz
mailman-69d158b13ae9cfa37040c2e7a664ca266b42050b.tar.zst
mailman-69d158b13ae9cfa37040c2e7a664ca266b42050b.zip
Diffstat (limited to 'Mailman/pipeline/moderate.py')
-rw-r--r--Mailman/pipeline/moderate.py21
1 files changed, 10 insertions, 11 deletions
diff --git a/Mailman/pipeline/moderate.py b/Mailman/pipeline/moderate.py
index fed77e6f9..1f5fe6b99 100644
--- a/Mailman/pipeline/moderate.py
+++ b/Mailman/pipeline/moderate.py
@@ -25,22 +25,21 @@ from email.MIMEText import MIMEText
from Mailman import Errors
from Mailman import Message
from Mailman import Utils
-from Mailman.Handlers import Hold
from Mailman.configuration import config
from Mailman.i18n import _
-class ModeratedMemberPost(Hold.ModeratedPost):
- # 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
+## class ModeratedMemberPost(Hold.ModeratedPost):
+## # 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