[Mailman-Developers] Mailman CVS sends out Japanesetemplatemails in EUC-JP

Tokio Kikuchi tkikuchi@is.kochi-u.ac.jp
Wed, 12 Sep 2001 06:02:41 +0900


Ben Gertzfield wrote:
> 
> >>>>> "Tokio" == Tokio Kikuchi <tkikuchi@is.kochi-u.ac.jp> 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