2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] "CORRUPTED MESSAG...
FromSent OnAttachments
Randall ShawJun 27, 2005 12:10 pm 
Sam VarshavchikJun 27, 2005 12:25 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:Re: [courier-users] "CORRUPTED MESSAGE", ok, which setting is it...Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jun 27, 2005 12:25:55 pm
List:net.sourceforge.lists.courier-users

Randall Shaw writes:

Every now and then, I get these when apache on our server, or another server, sends out an email (mainly monitor emails, or other site specific generated emails from php).

The only difference in these, compared to ones that come through ok, is the existence of at least one character. Something like a , or a ü. Of course, that there is going to make courier hate this email... Heh.

I know of a setting, which tells courier to ignore BOFHBADMIME... And sends the email through... But that is more of a band aide. What I am trying to find, is what header, or portion of the email is courier expecting to find, to accept a plain text email with a 'funny char' in it?

You need to add the following headers to your messages:

Mime-Version: 1.0 Content-Type: text/plain; charset=<CHARSET> Content-Transfer-Encoding: 8bit

“<CHARSET>” should be set accordingly, i.e. "iso-8859-1".