I think one combine boolean conditions sevral ways. Are these all same? Is there performance reasons or functional reason to choose which one--- or is it no different, only choose for readability?

warn condition = ${if <condition 1>}
     condition = ${if <condition 2>}
     <do something>

warn condition = ${if and {{<condition 1>}{<condition 2>}}}
     <do something>

warn condition = ${if <condition 1>{${if <condition 2>}}fail}
     <do someting>

--
## 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