Re: [Exim] List-separator of null character?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Harald Meland
Data:  
Para: Exim Users
Asunto: Re: [Exim] List-separator of null character?
[Harald Meland]

> you can solve your problem by 1) using any 8-bit character with the
> high order bit set as your list separator,


Reading the manual a bit closer, and having a look at
src/string.c:string_nextinlist(), I noticed that the separator
character has to satisfy ispunct(). Hence, my proposed solution might
not cut it afterall -- unless your locale has some ispunct()
characters with the high order bit set.
--
Harald