changeset 48:03395ba179a9

Now we've bouncehandling underway, lets make mlmmj-make-ml.sh create the listdir/bounce dir as well
author mmj
date Tue, 27 Apr 2004 20:12:40 +1000
parents c4af2c82c631
children afd7356e8f2e
files src/mlmmj-make-ml.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-make-ml.sh	Tue Apr 27 20:09:40 2004 +1000
+++ b/src/mlmmj-make-ml.sh	Tue Apr 27 20:12:40 2004 +1000
@@ -60,7 +60,7 @@
 
 mkdir -p $LISTDIR
 
-for DIR in incoming queue archive text subconf unsubconf
+for DIR in incoming queue archive text subconf unsubconf bounce
 do
 	mkdir "$LISTDIR"/"$DIR"
 done