https://bugs.exim.org/show_bug.cgi?id=2917
Jeremy Harris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Jeremy Harris <[email protected]> --- As the docs say: "Each list item is separately expanded". That is, the bare string given to the option is treated as a list *first*, and then each item of that list is string-expanded. It's that second stage that interprets the ${perl ...}. So you can't return a list from perl, only a single item. -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
