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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Harald Meland
Dátum:  
Címzett: Exim Users
Tárgy: 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