Ok, I have set up all mailing lists over the last few days. Sorry about the time it took, but it was a lot of work to make sure things were ok.
There was approximately 60+ mailing lists at the start of this week. I have re-enabled all of them as was asked :
root@alpha-cl-net:~# for ml in `find /home/drewc/ml`; do _BN=/var/spool/mlmmj/$(basename $ml) ; if [ ! -d $_BN ] ; then echo not found $_BN ; sh $ml; else echo "Found $ml" ; fi ; done
ls /home/drewc/ml | wc -l
1272
Again, sorry about the time.
-- drewc