https://bugs.exim.org/show_bug.cgi?id=3024
Jeremy Harris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.exim.org/show_ | |bug.cgi?id=452 --- Comment #1 from Jeremy Harris <[email protected]> --- What the expansion is trying to do is a de-deplication of a list. The problem is that list lookups, of which inlisti is one, modify $value for more sorts of matching elements than they used to - specifically here static text list elements. Previously it was only things like matches in file or database. The expansion as written is expecting $value, at the time of expanding the result for the ${if...} to be the intermediate being used by the ${reduce...}. I don't see a simple way to fix this. -- You are receiving this mail because: You are on the CC list for the bug. -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-dev.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/
