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

Top Page
Delete this message
Reply to this message
Author: Harald Meland
Date:  
To: Exim Users
Subject: 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