Re: [Mailman-Users] Program for dumping out users passwords...

2002-02-07 Thread Andreas Czerniak
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=

[Mailman-Users] Program for dumping out users passwords...

2002-02-07 Thread Jon Carnes
#! /bin/bash # Script to dump out the text passwords of Mailman users # Input is a valid Mailman list # LIST="`~mailman/bin/list_lists |awk '{print $1}' | \ grep -iw $1 2>/dev/null |tr [A-Z] [a-z] `" if [ "xxx$LIST" = "xxx" ]; then echo "ERROR: missing valid listname" echo " "