2 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: Extracting body of text
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:[maildropl] Re: Extracting body of textActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Feb 1, 2002 6:37:46 pm
List:net.sourceforge.lists.courier-maildrop

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