https://bugs.exim.org/show_bug.cgi?id=2111
--- Comment #1 from Jeremy Harris <[email protected]> --- You cannot have trailing whitespace; this derives from the standard definition of a list (whitespace is ignored fore-and-aft in elements). Whitespace embedded in an element should be fine. You're right there's no decent way to use the "default" commandline; I'll fix that so that an empty element uses the default. We might consider an RFE for some form of "strict" list that does not strip whitespace from elements. It would have its own issues with elements that contain the separator char, though that's mitigated by the alternate-sep facility. Or we might introduce a quoting mechanism for the whitespace (doubling does it for the separator). See also bug 1606. -- 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/ ##
