Test:
- % ezmlm-make -m DIR
- % ezmlm-make -r DIR
- % ezmlm-make -mr DIR
- % ezmlm-make -s DIR
- % ezmlm-make -ms DIR
- % ezmlm-make -sr DIR
- % ezmlm-make -mrs DIR
-m and -r should give identical setups, except that DIR/modpost, DIR/remote,
or both exist. -s should have a editor with store/clean, a moderator with
moderate/clean, and links to moderator from  ./qmail-list-accept-default and
 /.qmail-list-reject-default. For other combinations, it should suffice that
ezmlm-make doesn't fail and that all the text files are there. Run the
-mrs list for a while through digest creation, moderated post, subscription,
and remote admin.
% cp ezmlmrc  /.ezmlmrc
# cp ezmlmrc /etc/ezmlmrc
edit /etc/ezmlmrc and  /.ezmlmrc to change the text/top text
% ezmlm-make DIR  /.qmail-list ...
Check contents. They should correspond to /etc/ezmlmrc.
% ezmlm-make -c DIR  /.qmail-list ...
Check contents. They should correspond to  /.ezmlmrc
# rm /etc/ezmlmrc
% ezmlm-make DIR  /.qmail-list ...
Check contents. They should correpond to the ezmlmrc in the ezmlm-make bin
directory.
Edit  ./ezmlmrc to add <#1#>---<#2#> to inlocal.
% ezmlm-make -c DIR  /.qmail-part1-part2-list ...
Check contents. DIR/inlocal should have <#1#> replaced by 'part1' and <#2#>
replaced by 'part2'.
% ezmlm-make -c DIR  /.qmail-part1-list ...
Now DIR/inlocal should have 'part1' for <#1#> and '' for <#2#>.
|