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
On Mon, Apr 29, 2013 at 2:00 PM, Erik Huelsmann ehuels@gmail.com wrote:
On Sun, Apr 28, 2013 at 12:50 PM, Marco Antoniotti marcoxa@cs.nyu.eduwrote:
On Apr 28, 2013, at 10:58 , Anton Vodonosov avodonosov@yandex.ru wrote:
There are mailing lists that are still down.
I believe it is wrong approach to send emails to mailing list owners and restore only lists where list owners replied explicitly that the list
is needed.
I second that.
If there were any reactions to this mail, can we make those public, so not every interested person needs to inquire separately?
Can I be updated on the status of mailing lists?
Regards,
Erik.
04.05.2013, 02:24, "Drew C" me@drewc.ca:
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
Thanks for fixing this, the lists I was interested in work now. It's necessary now to enable mailing list info pages, to make old listinfo links working. People are asking about this, I see the questions in various channels.
Just today on comp.lang.lisp one guy asked about broken link to the tbnl-devel mailing list info page.