From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 2 Feb 2005 08:48:39 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] conversion of charsets in upas/fs In-Reply-To: <2dedc9fe7367d2d8a7f475a7f845ddc3@voidness.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <2dedc9fe7367d2d8a7f475a7f845ddc3@voidness.de> Topicbox-Message-UUID: ff763950-eacf-11e9-9d60-3106f5b1d025 > I have a question, though, about the sed pipe here: In the usual case, > where one doesn't use pipeto.lib, upas/fs has to deal with mails that > have 'From '-lines in the body. > > There is no sed '/^$/,$ s/^From / From /' applied to mails before they > get read by upas/fs. That's not true. Upas/deliver and the other programs that write to the mail boxes do this tranformation. If you have lines beginning with "From ", then upas/fs will think there are multiple messages. Russ