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

Góra strony
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
Dla: exim-users
Temat: 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