https://bugs.exim.org/show_bug.cgi?id=3075
Jeremy Harris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Jeremy Harris <[email protected]> --- This is deliberate. The bare LF is illegal per standards; Exim is doing its best and assume that since you initially used a CRLF line ending, you need to be in that mode. You need to be *consistent* with your input. Exim is aimed at Unix-based systems. Line endings for files and stdio are "LF". Feeding a file with CRLF-endings into stdin is A Bad Move. On the other hand, SMTP standards for network transmission use "CRLF" - so Exim (and any MTA on a Unix) has to translate. Much fun ensues. -- 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/
