Re: [exim] IDN conversion

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John W. Baxter
Fecha:  
A: exim-users
Asunto: Re: [exim] IDN conversion
On 10/31/06 1:15 PM, "Renaud Allard" <renaud@???> wrote:

> So you just have to find an address rewrite rule (or more than one) that
> translates IDN into punnycode at SMTP time. Exim can do this. However, I
> have no idea on what the rule will look like.


Seriously ugly, I think.

I doubt Exim's rewrite language is up to this task, which is WAY outside
what it was intended for (changing one ASCII string to another).

Wait...can a ${run...} or ${readsocket ...} expansion be used?

--John