10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] can reformime rem...
FromSent OnAttachments
KevinJul 14, 2006 10:38 am 
Sam VarshavchikJul 14, 2006 2:14 pm 
KevinJul 14, 2006 3:57 pm 
Sam VarshavchikJul 14, 2006 4:12 pm 
KevinJul 15, 2006 9:28 am 
KevinJul 15, 2006 9:42 am 
KevinJul 15, 2006 9:52 am 
Sam VarshavchikJul 15, 2006 10:12 am 
KevinJul 15, 2006 7:54 pm 
Sam VarshavchikJul 16, 2006 6:38 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: [courier-users] can reformime remove html sections?Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 15, 2006 10:12:31 am
List:net.sourceforge.lists.courier-users

Kevin writes:

Sam Varshavchik wrote:

Kevin writes:

If you had to do this yourself, do you envision a shell script holding the 'glue' or perl or python or what?

I would do this in Perl. It's a natural thing for Perl. This might be doable in a shell script, but it's going to be ugly. Perl is much better for these sorts of things.

Thanks again, Sam. I'm working in perl and it now looks easier than I originally thought, so I appreciate your recommending it to me.

Question though:

reformime -i gives me some other items of information that I don't see documented in the man page:

line-count body-line-count

These seem self-explanatory to me, but I'm finding that they don't match up with what I would expect when parsing messages, so my expectation must be wrong. Would you explain exactly what these values are?

line-count - number of lines in the MIME section's header+body. body-line-count - just the body portion.