Hi-

note that your reply went just to me, not the list.

what do you mean by "qmailadmin for that domain"?

try:
 
ezmlm-list /path/to/ezmlm/list

to get a dump of the subscribed addresses.

--Pete



>Ok guys that was helpfull as can be that saved me tons O time. I did
>ezmlm-sub /path/to/ezmlm/list < address_list and then it started processing
>the list and only took a few minutes. But for some reason none of the
>addresses show up in qmailadmin for that domain
>
>-----Original Message-----
>From: Peter Cavender [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, February 14, 2001 12:36 PM
>To: [EMAIL PROTECTED]
>Subject: Re: adding users
>
>
> > > I have done this a few times with a shell script.  If you have all
> > > the addresses in a text file address_list:
> > >
> > > #!/bin/sh
> > > for foo in `cat address_list`; do
> > >   ezmlm-sub /path/to/ezmlm/list $foo
> > > done
> >
> >Too wasteful since it calls ezmlm-sub thousands of times.  Just
> >
> >ezmlm-sub /path/to/ezmlm/list < address_list
> >
> >Mate
>
>COOL!
>
>I did not know it could do that, but am glad I know now.
>
>Thanks, Mate!

Reply via email to