Ben Gertzfield wrote: > > >>>>> "Tokio" == Tokio Kikuchi <[EMAIL PROTECTED]> writes: > > Tokio> Ben, my Japanese patch worked at least for my > Tokio> environment. Internal crafted messages are converted to > Tokio> ISO-2022-JP using the last-week CVS. We should look at it > Tokio> more carefully, I think. And, thanks for your suggestion > Tokio> to use mimelib for code-finding. I will look at it when I > Tokio> have time. > > Unfortunately, the patch and install documents are very out of > date for current CVS.. there is a VirginQueue runner now that > does not use the normal pipeline at all, so your patch will need > to be re-written.
Well, I think I fixed it .... ??? That's why I put 'ja_To_ISO_2022_JP' within ja_SMTPDirect.py. Here is what you must set to work properly, I believe. > DEFAULT_SERVER_LANGUAGE = 'ja' > GLOBAL_PIPELINE = [ 'ja_To_EUC_JP', ] + GLOBAL_PIPELINE > DELIVERY_MODULE = 'ja_SMTPDirect' -- Tokio _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
