------------------------------------------------------------ revno: 1010 committer: Mark Sapiro <[EMAIL PROTECTED]> branch nick: 2.1 timestamp: Sun 2007-11-18 12:43:31 -0800 message: bun/unshunt - Added a warning to not unshunt messages that weren't shunted to begin with. modified: bin/unshunt
=== modified file 'bin/unshunt' --- a/bin/unshunt 2006-07-22 01:53:41 +0000 +++ b/bin/unshunt 2007-11-18 20:43:31 +0000 @@ -1,6 +1,6 @@ #! @PYTHON@ -# Copyright (C) 2002-2006 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2007 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -27,7 +27,9 @@ Print help and exit. Optional `directory' specifies a directory to dequeue from other than -qfiles/shunt. +qfiles/shunt. *** Warning *** Do not unshunt messages that weren't +shunted to begin with. For example, running unshunt on qfiles/out/ +will result in losing all the messages in that queue. """ import sys -- https://code.launchpad.net/~mailman-coders/mailman/2.1 You are receiving this branch notification because you are subscribed to it. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+subscription/mailman-checkins. _______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org