[exim] Re: Please untainted string

Top Page
Delete this message
Reply to this message
Author: Jasen Betts
Date:  
To: exim-users
Subject: [exim] Re: Please untainted string
On 2023-08-17, Sławomir Dworaczek via Exim-users <exim-users@???> wrote:
> Helo
> please untainted string
> thank you and regards
> deny
>
> message = "no no no"
>
> condition = ${if exists{/etc/exim/${local_part}@${domain}}{1}{0}}


use lookup-dsearch

condition = ${if!eq{}{${lookup{{local_part}@${domain}}dsearch{/etc/exim}}}}




> senders = ! /etc/exim/${local_part}@${domain}


I have no idea what that is meant to mean. possibly this:

! senders = ${lookup{{local_part}@${domain}}dsearch{/etc/exim}}


--
Jasen.
🇺🇦 Слава Україні

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/