24-Dec-03 at 12:29, Guy Antony Halse ([EMAIL PROTECTED]) wrote :
> It seems that the problem is more interesting that I originally thought. 
> What's happening is that arch isn't properly parsing the mbox, and is taking
> paragraphs that begin with a capitalised "From" to be be new mail messages 
> (ie, it sees the "From" as a mbox From_ line).
> 
> The no subject header comes because the messages aren't complete messages,
> they're just paragraphs that happen to start with the word "From", for
> example "From the Cisco Report ( 20h00 -> 22h00 )[2]".  It only happens if
> the "F" is capitalised and "From" is the first word after a blank line.
> 
> mutt somehow correctly interprets the "From" as part of the text, not an
> mbox From_ line.  I'm presuming that it uses regex to match the envelope.
> 
> I'm not sure how lines begining with "From" that aren't From_ lines are
> supposed to be quoted, and whether it is mailman or exim (our MTA) that is
> supposed to be doing the quoting.

They are supposed to be quoted as

>From 

However there should be a way to parse the lines a bit better. The From
lines usually contain a date (should be an RFC formatted date string,
don't remember which RFC) and so on.

Quick workaround : use an external archiver like MHonArc, which works
wonderfully for me, and handles strange character quoting and HTML
messages better than pipermail...

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
     Bridging the gap between management, HR and the tech team.

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to