diff options
author | Mark Sapiro <msapiro@value.net> | 2007-11-18 12:43:31 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2007-11-18 12:43:31 -0800 |
commit | 5556c380589026d61927fae067f405c2231b9329 (patch) | |
tree | ba71ca2823cd295950a4e62066c792f779b6247e /bin | |
parent | 7ace1799d7935bede9b4821d8f8f4a9ca243bf08 (diff) | |
download | mailman2-5556c380589026d61927fae067f405c2231b9329.tar.gz mailman2-5556c380589026d61927fae067f405c2231b9329.tar.xz mailman2-5556c380589026d61927fae067f405c2231b9329.zip |
bun/unshunt - Added a warning to not unshunt messages that weren't shunted
to begin with.
Diffstat (limited to '')
-rw-r--r-- | bin/unshunt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/unshunt b/bin/unshunt index 8c1c117f..842cc0fb 100644 --- a/bin/unshunt +++ b/bin/unshunt @@ -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 @@ Where: 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 |