3 messages in net.sourceforge.lists.courier-users[courier-users] Re: pain with mime
FromSent OnAttachments
Mike A. SauvainJun 5, 2002 9:16 am 
Sam VarshavchikJun 5, 2002 9:29 am 
Alexei Batyr'Jun 5, 2002 2:00 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:[courier-users] Re: pain with mimeActions...
From:Alexei Batyr' (leh@pcmag.ru)
Date:Jun 5, 2002 2:00:41 pm
List:net.sourceforge.lists.courier-users

Mike A. Sauvain writes:

hy all, some one know why/how courier does the translation of mime parts, which config file perform this ?

even in the mail is: Content-Transfer-Encoding: 7bit courier does: X-Mime-Autoconverted: from 8bit to 7bit by courier 0.38

Maybe following simplest patch could solve your problem.

--- ./courier/submit2.C.orig Wed Feb 20 16:10:54 2002 +++ ./courier/submit2.C Wed Mar 13 19:01:05 2002 @@ -775,7 +775,7 @@

int SubmitFile::MessageEnd(unsigned rcptnum, int iswhitelisted) { -int is8bit=0, dorewrite=0, rwmode=0; +int is8bit=1, dorewrite=0, rwmode=0; const char *mime=getenv("MIME"); unsigned n; struct stat stat_buf;

Alexei.