>>>>> "OJ" == Olsen, James <jolsen@multi-ad.com> writes:
OJ> What I really want is to parse through the digests in
OJ> /usr/local/mail/lists/listname.archive (stored in the format
OJ> v1999.n001) and create the by-month archives in
OJ> /usr/local/etc/httpd/htdocs/lists that I can then use with
OJ> Wilma/MHonArc.
archive2.pl is not the right tool to use for this. You want to split up
the digests into individual messages. Of course, they will be lacking much
of the stuff that makes good archives (real threading, proper MIME
encapsulation, etc) but MHonArc should be able to cope.
I suggest you get and install Procmail (do a web search) and use the
formail tool that comes with it to split the digests:
formail +1 -ds >> listname.yyyymm < digest.whatever
OJ> I've tried all sorts of things, but from what I can tell this should
OJ> (should being the keyword) work:
OJ> archive2.pl -f /usr/local/etc/httpd/htdocs/lists/listname -M -u
OJ> /usr/local/mail/lists/listname.archive
Well sure, that works for taking single messages in standard input and
putting them in the proper archive. But archive2.pl isn't a tool to
convert digests. I can't imagine where you would get the idea that it is.
- J<
Follow-Ups:
References:
|
|