------------------------------------------------------------
revno: 1073
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Thu 2009-09-03 11:25:24 -0700
message:
  Changed the default nonmember_rejection_notice to be more user friendly.
  Bug #418728.
modified:
  Mailman/Handlers/Moderate.py
  NEWS


--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2

Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription.
=== modified file 'Mailman/Handlers/Moderate.py'
--- Mailman/Handlers/Moderate.py	2008-03-16 05:09:31 +0000
+++ Mailman/Handlers/Moderate.py	2009-09-03 18:25:24 +0000
@@ -160,9 +160,10 @@
               Utils.wrap(_(mlist.nonmember_rejection_notice))
     else:
         raise Errors.RejectMessage, Utils.wrap(_("""\
-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."""))
+Your message has been rejected, probably because you are not subscribed to the
+mailing list and the list's policy is to prohibit non-members from posting to
+it.  If you think that your messages are being rejected in error, contact the
+mailing list owner at %(listowner)s."""))
 
 
 

=== modified file 'NEWS'
--- NEWS	2009-09-03 18:07:58 +0000
+++ NEWS	2009-09-03 18:25:24 +0000
@@ -46,6 +46,9 @@
 
   Bug fixes and other patches
 
+    - Changed the default nonmember_rejection_notice to be more user friendly.
+      Bug #418728.
+
     - Added "If you are a list member" qualification to some messages from the
       options login page.  Bug #266442.
 
@@ -73,7 +76,7 @@
   Bug Fixes and other patches
 
     - Inadvertently setting a null site or list password allowed access
-      to a lists web admin interface without authentication.  Fixed by
+      to a list's web admin interface without authentication.  Fixed by
       not accepting null passwords.
 
     - Changed VERP_CONFIRM_REGEXP  in Defaults.py to work if the replying

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to