~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to Mailman/Handlers/Moderate.py

  • Committer: Mark Sapiro
  • Date: 2009-09-14 01:24:18 UTC
  • mfrom: (1006.1.71 2.2)
  • Revision ID: mark@msapiro.net-20090914012418-2qngbqwc28fe278a
Merged changes from 2.2 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
              Utils.wrap(_(mlist.nonmember_rejection_notice))
161
161
    else:
162
162
        raise Errors.RejectMessage, Utils.wrap(_("""\
163
 
You are not allowed to post to this mailing list, and your message has been
164
 
automatically rejected.  If you think that your messages are being rejected in
165
 
error, contact the mailing list owner at %(listowner)s."""))
 
163
Your message has been rejected, probably because you are not subscribed to the
 
164
mailing list and the list's policy is to prohibit non-members from posting to
 
165
it.  If you think that your messages are being rejected in error, contact the
 
166
mailing list owner at %(listowner)s."""))
166
167
 
167
168
 
168
169