Re: [mlmmj] List archive howto?
From: Wolf Bergenheim <wolf+mlmmj_at_invalid.domain>
Date: Wed, 18 Aug 2010 15:06:03 +0300
Received on Wed Aug 18 2010 - 15:06:03 EEST
Date: Wed, 18 Aug 2010 15:06:03 +0300
On Wed, Aug 18, 2010 at 04:33, Morgan Gangwere <0.fractalus_at_gmail.com> wrote:
> Howdy y'all
>
> I'm kinda curious as to what is used for the archiving of the mailing list?
We're using hypermail to create the webarchive. I have also made my
own script to control the use of hypermail.
> I've got my own list set up and I'm pouring through the documentation
> looking for what actually generates the html. Any help?
>
I've attached my script, it is a cli php script
I also have a script to use it which is cleaning up after hypermail:
#!/bin/bash
/usr/local/bin/wwwmmm
find /var/www/mlmmj.org/archive -type d -exec chmod ug=rwx,o=x {} \;
find /var/www/mlmmj.org/archive -type f -exec chmod ug=rw,o=r {} \;
--Wolf
- application/octet-stream attachment: wwwmmm