[exim-dev] [Bug 1598] New: The 'inlist' expansion condition …

Top Page
Delete this message
Reply to this message
Author: Mark Hills
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1598] New: The 'inlist' expansion condition does not expand a named list
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1598
           Summary: The 'inlist' expansion condition does not expand a named
                    list
           Product: Exim
           Version: N/A
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: ACLs
        AssignedTo: jgh146exb@???
        ReportedBy: mark-exim@???
                CC: exim-dev@???



domainlist fruits = apple:banana:pear

warn logwrite = ${if inlist{apple}{+fruits}}

18:40:38 74071 processing "warn"
18:40:38 74071 expanding: apple
18:40:38 74071    result: apple
18:40:38 74071 expanding: +fruits
18:40:38 74071    result: +fruits
18:40:38 74071 condition: inlist
18:40:38 74071 condition: inlist{apple}{+fruits}
18:40:38 74071    result: false
18:40:38 74071 expanding: ${if inlist{apple}{+fruits}}
18:40:38 74071    result: 


I also tried the equivalent using the 'forany' operation which is also
affected.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email