diff options
| author | bwarsaw | 2002-03-01 03:42:20 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-01 03:42:20 +0000 |
| commit | 47e8816dad1c596b8a3d323adc40ca90b64215f0 (patch) | |
| tree | c4f9ce53c16884925bf6c5dc54ef0384dfd75f95 | |
| parent | ec853c67da09434f4fd56e9bac8b7065bb1fa03c (diff) | |
| download | mailman-47e8816dad1c596b8a3d323adc40ca90b64215f0.tar.gz mailman-47e8816dad1c596b8a3d323adc40ca90b64215f0.tar.zst mailman-47e8816dad1c596b8a3d323adc40ca90b64215f0.zip | |
| -rw-r--r-- | Mailman/Handlers/Moderate.py | 6 |
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.""")) |
