[exim-cvs] Restore expansion of "inlist" RHS

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Git Commits Mailing List
Data:  
A: exim-cvs
Assumpte: [exim-cvs] Restore expansion of "inlist" RHS
Gitweb: https://git.exim.org/exim.git/commitdiff/2c3ac6dd18dbf1f048a7054a85879dbf90c1e7f4
Commit:     2c3ac6dd18dbf1f048a7054a85879dbf90c1e7f4
Parent:     982854f86c4acc7779b6b65094ba557a9fcd50d6
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Nov 24 11:53:50 2024 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Nov 24 11:53:50 2024 +0000


    Restore expansion of "inlist" RHS


    Broken-by: 9d66ba85a964
---
 src/src/expand.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/src/src/expand.c b/src/src/expand.c
index 3e8f73d89..39058235e 100644
--- a/src/src/expand.c
+++ b/src/src/expand.c
@@ -2944,12 +2944,12 @@ switch(cond_type = identify_operator(&s, &opname))
   case ECOND_MATCH_DOMAIN:
   case ECOND_MATCH_IP:
   case ECOND_MATCH_LOCAL_PART:
-  case ECOND_INLIST:
-  case ECOND_INLISTI:
     sub2_honour_dollar = FALSE;
     /* FALLTHROUGH */


case ECOND_CRYPTEQ:
+ case ECOND_INLIST:
+ case ECOND_INLISTI:
case ECOND_MATCH:

   case ECOND_NUM_L:     /* Numerical comparisons */


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