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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marten Lehmann
Fecha:  
A: exim-users
Asunto: 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