Hand, Brian C. writes:
> if a have a large list say 325000+ address to add or delete to a mailing
> list and have them in a text file.  one address per line.  can ezmlm-unsub
> or sub be made to patch them all at once.

ezmlm-sub accepts multiple addresses on the command line.  Do:
$ ezmlm-sub list-dir `cat subscribers-file`
Likewise for ezmlm-unsub.  This assumes there is no whitespace in the
addresses - if there is any, you'll have to use somthing more
sophisticated than `cat`.


paul

Reply via email to