diff options
author | Tokio Kikuchi <tkikuchi@is.kochi-u.ac.jp> | 2007-11-19 09:06:10 +0900 |
---|---|---|
committer | Tokio Kikuchi <tkikuchi@is.kochi-u.ac.jp> | 2007-11-19 09:06:10 +0900 |
commit | 2d7babef109e595bfa4e945cf31d63817408746e (patch) | |
tree | 024961e035bf84241e1cbf5ec09e0ea211953baa /bin/unshunt | |
parent | 4683bd064689820562fdd31d6522045c5be33c55 (diff) | |
parent | 588890f16d73b3497ee86ae2ed2176de1190da6c (diff) | |
download | mailman2-2d7babef109e595bfa4e945cf31d63817408746e.tar.gz mailman2-2d7babef109e595bfa4e945cf31d63817408746e.tar.xz mailman2-2d7babef109e595bfa4e945cf31d63817408746e.zip |
merge from launchpad
Diffstat (limited to 'bin/unshunt')
-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 |