# HG changeset patch # User mmj # Date 1083060760 -36000 # Node ID 03395ba179a90514cbde6009b2d6bd69c15eddbf # Parent c4af2c82c631f9e2877c49627906edb1493115f0 Now we've bouncehandling underway, lets make mlmmj-make-ml.sh create the listdir/bounce dir as well diff -r c4af2c82c631 -r 03395ba179a9 src/mlmmj-make-ml.sh --- 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