On Tue, Mar 26, 2002 at 04:13:43PM +0000, Paul Mison said: > [0] Although once again the mailman archives have broken. I'm changing > it to weekly and seeing if I can make them refresh nicely. People > with handy hints on Mhonarc, pipermail or other archivers are > encouraged to get in touch...
I have a cron job that does mhonarc -title "::scr archives" -ttitle "::scr thread index" -tidxfname index.html -spammode -outdir /virtual/thegestalt.org/www/html/scr/old/ -quiet -multipg -reverse -rcfile /home/scr/.mhonarc /home/scr/mail/scr the reference to the .mhonarc file is there because of some brokeness in some encodings. Having a file with -- <CharsetConverters> windows-1252; mhonarc::htmlize; </CharsetConverters> <MIMEFilters> message/delivery-status; m2h_text_plain::filter; mhtxtplain.pl message/partial; m2h_text_plain::filter; mhtxtplain.pl text/*; m2h_text_plain::filter; mhtxtplain.pl text/enriched; m2h_text_enriched::filter; mhtxtenrich.pl text/html; m2h_text_html::filter; mhtxthtml.pl text/plain; m2h_text_plain::filter; mhtxtplain.pl text/richtext; m2h_text_enriched::filter; mhtxtenrich.pl text/x-html; m2h_text_html::filter; mhtxthtml.pl </MIMEFilters> <MIMEArgs> text/*: maxwidth=80 text/plain: maxwidth=80 asis=windows-1252:iso-8859-15 </MIMEArgs> -- fixes it. -- : i'm satisfied ... yet still strangely outraged.
