On August 17, 2000 at 09:12, [EMAIL PROTECTED] wrote:

> Thanks for the offer.  I'm attaching one of the lists.  There is a choice for
> interdocument separators.... this one is character code 12. (I don't know if 
> a
> different one would be better).

You can modify the MSGSEP resource to match whatever separator you
have.

As for the test data you sent, it looks like a cross between LDIF and
regular mail.  I'm guessing Notes uses LDAP.  With a proper MSGSEP
setting, the mail gets processes, but dates cannot be parsed.  I
tried:

    mhonarc -msgsep '^\014' -datefield "delivereddate" mailtest.txt

Which gave me 75 converted messages.  The content of many of the
header fields look like LDAP DNs.

The date strings in the message look like:

    08/10/2000 10:00:19 AM

Non-standard date string format for mail messages.  Recognition
by mhonarc would require modifications to the date parsing code, or
to preprocess the data to fix the dates before passing the data
to mhonarc.

--ewh

Reply via email to