On Sun, Oct 07, 2001 at 04:57:48PM +0800, wind wrote:
> How to insert into values except English (Chinese) in openldap.
> I want use Chinese mailReplyText , what can i do��
> 

You have to encode it as if it where a standart mail.
Probably you need to add a content type and/or mimetype (in other words a
pseudo header) to the mailReplyText.

You have to try it out (this was never asked or done befor)
The best way is to write the mailReplyText to a file and then add that
file with ldapadd(1) or ldapmodify(1).

you probably need to modify qmail-reply.c's send-reply() function to have
the possibility to add additional headers (the one "\n" after the subject
is written)

good luck and give some feedback
-- 
:wq Claudio

tail -23 QLDAPINSTALL

Reply via email to