Hi, yep, thanks - a single fix to find 'list_members $LIST':
-- On 07.02.2002 15:44:52 -0500 Jon Carnes <[EMAIL PROTECTED]> wrote: > [...] > sed -n "$STRT,\$p" /tmp/~mm.$LIST >/tmp/~mm2.$LIST > rm /tmp/~mm.$LIST ># > echo $1":" > for i in `/home/mailman/bin/list_members $LIST ` > do > PASS=`grep -i $i /tmp/~mm2.$LIST |head -1 |cut -f4 "-d'"` > [...] change to: for i in `~mailman/bin/list_members $LIST ` Thx. Andreas. ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
