diff options
Diffstat (limited to 'Mailman/pipeline/moderate.py')
| -rw-r--r-- | Mailman/pipeline/moderate.py | 21 |
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 |
