Update of /cvsroot/mailman/mailman/Mailman/Handlers
In directory usw-pr-cvs1:/tmp/cvs-serv4422

Modified Files:
        Approve.py 
Log Message:
Update a comment.


Index: Approve.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Handlers/Approve.py,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** Approve.py  2001/05/31 17:27:52     2.3
--- Approve.py  2001/05/31 17:28:35     2.4
***************
*** 37,41 ****
          return
      # See if the message has an Approved: or Approve: header with a valid
!     # list-moderator, list-admin, or site-admin password
      missing = []
      passwd = msg.get('approved', msg.get('approve', missing))
--- 37,43 ----
          return
      # See if the message has an Approved: or Approve: header with a valid
!     # list-moderator, list-admin.  We are specifically /not/ allowing the site
!     # admins password to work here because we want to discourage the practice
!     # of sending the site admin password through email in the clear.
      missing = []
      passwd = msg.get('approved', msg.get('approve', missing))


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to