Hello all,

I’ve written a program to be the final destination for mail using pipe.8. I’m 
reading the message in from stdin, and it appears that lines end with \n rather 
than \r\n, which is then causing parsing issues in another part of my app.

I’m using swaks to send test emails, and it looks like it sends CRLF as 
expected/required. 

I’m checking the other parts of the pipeline but I wanted to check whether 
postfix would be changing \r\n to \n (which I doubt), or whether there’s a 
setting I could be using to normalise things and make sure all emails have 
correct line endings.

Thanks in advance!

Regards,

Felix

P.S. Apologies if this ends up as a duplicate post - I forgot to subscribe 
before sending the first message.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to