2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Re: Extracting body o...
FromSent OnAttachments
Sam VarshavchikFeb 1, 2002 6:37 pm 
Sean RimaFeb 5, 2002 2:15 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Re: Extracting body of textActions...
From:Sean Rima (se@tcob1.net)
Date:Feb 5, 2002 2:15:46 am
List:net.sourceforge.lists.courier-maildrop

On Fri, 01 Feb 2002, Sam Varshavchik spake thusly:

Sean Rima writes:

Is it possible to extract the body text only of an email to a text file. I am writing a simple mailing list manager for Maildrop and this seems to be the only thing I cannot do.

sed '1,/^$/d' >$txtfile --

Thanks Sam, that is the job, shame it was so simple :) I will post my basic design for it sometime soon.

It does work and quite well but I have some design faults I put in to sort out :)

Sean