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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Philip Hazel
Datum:  
To: Phil Pennock
CC: exim-users
Betreff: Re: [Exim] List-separator of null character?
On Thu, 7 Aug 2003, Phil Pennock wrote:

> CDB file, key->value:
> example.org -> fred:"foo:bar":barney
>
> and then:
>
> local_parts = $domain_data
>
> Should that match correctly?


No, sorry. You'd end up with

local_parts = fred:"foo:bar":barney

which doesn't work. The mechanism for escaping the separator in lists is
to double the separator, not to quote the item in which it appears.

If you made your value fred:foo::bar:barney

then it would work.

--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book:    http://www.uit.co.uk/exim-book