Re: [exim] Local variables tainted?

Etusivu
Poista viesti
Vastaa
Lähettäjä: Kai Bojens
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Local variables tainted?
Am 03.09.21 um 12:48 schrieb Jeremy Harris via Exim-users:

> You don't show what GREYLIST_SUBNET is.


Sorry, you are absolutely right. This is a macro and it contains
variables like ${quote_mysql:$sender_address} and
${quote_mysql:$local_part@$domain}. I've somehow forgot about these
variables within the macro. Now I know why this is tainted.


Kai