kevin lyda <[EMAIL PROTECTED]> writes:

> so, theories on how one should format the confirm_request message so
> that mail clients will properly see 8 bit characters?  this is
> because i have a euro sign (�) in my confirm message.
>
> i suspect it's because i need:
>
>     Content-Type: text/plain; charset=iso-8859-15
>     Content-Disposition: inline
>     Content-Transfer-Encoding: 8bit
>
> in my mail headers.  can i just add them below the From: and
> Subject: headers in that file?

When I send a mail message containing a �, Gnus adds the following
headers:

  Content-Type: text/plain; charset=iso-8859-15
  Content-Transfer-Encoding: quoted-printable

I've tried adding these to my confirm_request.txt which contains a
euro sign, and it does work.  i.e,

  From: "%(FULLNAME)s" <%(recipient_address)s>
  Subject: Please confirm your message
  Content-Type: text/plain; charset=iso-8859-15
  Content-Transfer-Encoding: quoted-printable

  i have a euro sign (�) in my confirm message.

As Tim mentioned though, we hope to support alternate charsets better
in the relatively near future, and make this process more automatic.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to