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

Top Page
Delete this message
Reply to this message
Author: Marten Lehmann
Date:  
To: exim-users
Subject: 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