"else" logic condition?

MRob via Exim-users <[email protected]> Mon, 17 Nov 2025 22:58:22 +0000
Newsgroups gmane.mail.exim.user
Message-ID <[email protected]>
Hello, its nice I could narow condition in same ACL:

warn condition = {an broad test}
      logwrite = Many message fit here
      condition = {an narow test}
      logwrite = No many message fit here

But is there trick for "else" logic? So dont have to use temp var:

warn condition = {an test}
      logwrite = Something
      set acl_m_temp = yes

warn !condition = ${if def:acl_c_discard}
      logwrite = Something else

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