2 messages in net.sourceforge.lists.courier-maildrop[maildropl] makemime: filei/o question
FromSent OnAttachments
Perry MacdonaldDec 20, 2001 8:29 am 
Sam VarshavchikDec 20, 2001 2:41 pm 
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] makemime: filei/o questionActions...
From:Perry Macdonald (per@lucix.com)
Date:Dec 20, 2001 8:29:40 am
List:net.sourceforge.lists.courier-maildrop

I am having a problem with the i/o on makemime. If I do this ...

makemime -c auto $1 MIMEFILE makemime -m multipart -a "MIME-Version: 1.0" -o mime1 MIMEFILE

... everything works OK, but when I try to pipe it together using standard input ...

makemime -c auto $1 | makemime -m multipart -a "MIME-Version: 1.0" -o mime1 -

... I get an error message:

ftell: Illegal seek

Thanks for a great set of tools!