On 2023-08-17, Sławomir Dworaczek via Exim-users <exim-users@lists.exim.org> 
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-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to