+-- On Monday, April 30, 2001 16:11:02 +0200 Jean-Michel Doublet
+<[EMAIL PROTECTED]> wrote:
| Hi,
|
| i use cyrus-2.0.12 and when i send a mail with an "é" or "è" in the
| suject, the é is replace with "X".
|
| How can i fix this ?
+--
Don't send any non-ascii characters. The problem is that t
This is not a bug, it's a feature :)
This is done in accordance to some rfc I guess. You can try to edit
message.c and somewhere around line 270, change *p = 'X'; to //*p = 'X'; and
recompile. Might work :)
Nick
-Original Message-
From: Jean-Michel Doublet [mailto:[EMAIL PROTECTED]]
Se
Jean-Michel Doublet wrote:
>
> Hi,
>
> i use cyrus-2.0.12 and when i send a mail with an "é" or "è" in the
> suject, the é is replace with "X".
>
> How can i fix this ?
dont send mails from the shell. Use a mail client.
echo hello | mail -s 'hélo' someuser
will end up as Subject: hXlo
Start