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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: 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