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

Andreas Czerniak ac at sevencs.com
Fri Feb 8 09:00:25 CET 2002


Hi,

yep, thanks - a single fix to find 'list_members $LIST':

-- On 07.02.2002 15:44:52 -0500 Jon Carnes <jonc at haht.com> 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.






More information about the Mailman-Users mailing list