Re: [exim] Handling double commas in LDAP lookup results

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Marten Lehmann
Data:  
Para: exim-users
Assunto: Re: [exim] Handling double commas in LDAP lookup results
Hello,

> You need to use ${sg} to replace ,, with ,:
>
> text = ${sg{${lookup ldap
> {ldap:///cn=$local_part@$domain,ou=users,dc=mail?autoresponder}}{,,}{,}}


this is our poor man's workaround already. Yet, I don't understand the
situation, where double commas are needed. What was broken so double
commas seemed like a solution?

Kind regards
Marten