Troy Wical wrote on 3/19/10 6:33 PM:
>>
>> what kind of mail is in /home/mail-archive/test? maildir? or mbox?
>
> Format is maildir. You can see an example @
> http://type2.com/mail-archives/type2/747/05
Hm. I don't think that's the maildir format.
http://www.qmail.org/qmail-manual-html/man5/maildir.html
afaik, maildir expects 'new', 'tmp' and 'cur' subdirs. You might just try running:
% cd /home/mail-archive/test && mkdir new tmp cur
SWISH::Prog::Aggregator::Mail delegates to Mail::Box::Manager to handle the
crawling of the file system, so if M::B::M doesn't find your mail, neither will
S::P::A::M. (heh, I just noticed that's a funny.)
You might create an alternate filesystem with symlinks called 'cur' that point
into each of the directories containing with mail.
Or you could use SWISH::Prog::Aggregator::FS in combination with ::Mail, to roll
your own aggregator. But of course that last option isn't as friendly. Seems
like a SWISH::Filters::Mail2HTML would be handy. Don't know how to identify a
mime type for an email message though. It just looks like text to MIME::Type and
has no standard file extension afaik.
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Fri Mar 19 22:22:26 2010