Re: [exim] Local variables tainted?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Kai Bojens
日付:  
To: exim-users
題目: 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