Re: Mail being split if '^From' in body (!!)

Gary H (garyh@sco.COM)
Fri, 17 May 1996 01:50:44 -0400

Jeffrey Hurwit <jhurwit@netcom.com> wrote:
|In article <hA5Sww8Z7mVJ084yn@netcom.com>, I wrote:
| The point: Either UQ WK or Yarn is inappropriately splitting
| messages, **even if the line preceeding the from is not blank**! I
| used Pine for over a year before going offline with Yarn, and Pine
| never did this! Comments?
|
| Jeff

UQWK is splitting the messages. I looked at the src code for uqwk and it
happens when you run uqwk.

I just run sed 's/^From /from /g' and an awk script to convert my
MMDF mailbox to a reqular mbox and then run it through uqwk.
I'm getting my mail from SCO Unix BTW.

Gary