Update of /cvsroot/mailman/mailman/Mailman
In directory usw-pr-cvs1:/tmp/cvs-serv13001/Mailman
Modified Files:
ListAdmin.py
Log Message:
__handlepost(): When approving a message through the admindb
interface, also add an `adminapproved' key to the metadata. This is
used to tell the Emergency handler the message is okay to let
through.
Index: ListAdmin.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/ListAdmin.py,v
retrieving revision 2.31
retrieving revision 2.32
diff -C2 -d -r2.31 -r2.32
*** ListAdmin.py 5 Mar 2002 04:49:09 -0000 2.31
--- ListAdmin.py 15 Mar 2002 03:42:52 -0000 2.32
***************
*** 259,262 ****
--- 259,264 ----
msg = readMessage(path)
msgdata['approved'] = 1
+ # adminapproved is used by the Emergency handler
+ msgdata['adminapproved'] = 1
# Calculate a new filebase for the approved message, otherwise
# delivery errors will cause duplicates.
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins