changeset 51:98952eec991d

bounces are now handled, so don't create the -bounces alias
author mortenp
date Tue, 27 Apr 2004 22:58:18 +1000
parents f818073d0926
children e8b0cd47fe1e
files src/mlmmj-make-ml.sh
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-make-ml.sh	Tue Apr 27 22:51:56 2004 +1000
+++ b/src/mlmmj-make-ml.sh	Tue Apr 27 22:58:18 2004 +1000
@@ -77,19 +77,12 @@
 LISTADDRESS="$LISTNAME@$FQDN"
 echo "$LISTADDRESS" > "$LISTDIR"/"listaddress"
 
-echo -n "Where should bounces go to? [postmaster] : "
-read POSTMASTER
-if [ -z "$POSTMASTER" ]; then
-	POSTMASTER="postmaster"
-fi
-
 MLMMJRECIEVE=`which mlmmj-recieve`
 if [ -z "$MLMMJRECIEVE" ]; then
 	MLMMJRECIEVE="/path/to/mlmmj-recieve"
 fi
 
-ALIAS="$LISTNAME:  | \"$MLMMJRECIEVE -L $SPOOLDIR/$LISTNAME/
-$LISTNAME-bounces: $POSTMASTER"
+ALIAS="$LISTNAME:  \"|$MLMMJRECIEVE -L $SPOOLDIR/$LISTNAME/\""
 
 if [ -n "$A_CREATE" ]; then
 	echo "I want to add the following to your /etc/aliases file:"