summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-03-01 03:42:20 +0000
committerbwarsaw2002-03-01 03:42:20 +0000
commit47e8816dad1c596b8a3d323adc40ca90b64215f0 (patch)
treec4f9ce53c16884925bf6c5dc54ef0384dfd75f95
parentec853c67da09434f4fd56e9bac8b7065bb1fa03c (diff)
downloadmailman-47e8816dad1c596b8a3d323adc40ca90b64215f0.tar.gz
mailman-47e8816dad1c596b8a3d323adc40ca90b64215f0.tar.zst
mailman-47e8816dad1c596b8a3d323adc40ca90b64215f0.zip
-rw-r--r--Mailman/Handlers/Moderate.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Handlers/Moderate.py b/Mailman/Handlers/Moderate.py
index 8395cf88b..961eb3d6d 100644
--- a/Mailman/Handlers/Moderate.py
+++ b/Mailman/Handlers/Moderate.py
@@ -121,9 +121,9 @@ def matches_p(sender, nonmembers):
def do_reject(mlist):
listowner = mlist.GetOwnerEmail()
raise Errors.RejectMessage, Utils.wrap(_("""\
-You are not allowed to post to this mailing list, and have been automatically
-rejected. If you think that your postings are being rejected in error,
-contact the mailing list owner at %(listowner)s."""))
+You are not allowed to post to this mailing list, and your message has been
+automatically rejected. If you think that your messages are being rejected in
+error, contact the mailing list owner at %(listowner)s."""))