Re: [exim] Taint checker confusing error (blaming file but c…

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users
Sujet: Re: [exim] Taint checker confusing error (blaming file but caused by later ldap lookup)
On 22/12/2021 15:41, Michael Haardt via Exim-users wrote:
>> Yes, for the ldap lookup here, quoting should be done.
> I agree. The question is how to proceed on this.


> domainlist d2 = ldap;ldap::///ou=mail,dc=do,dc=main?mailDomain?sub?mailDomain=$domain


becomes

domainlist d2 = ldap;ldap::///ou=mail,dc=do,dc=main?mailDomain?sub?mailDomain=${quote_ldap:$domain}

Nothing more complex than that.
--
Cheers,
Jeremy