in reply to Re^2: problem with 'bare LF' in script
in thread problem with 'bare LF' in script

Interestingly, Mail::Sendmail seems to be doing it right, i.e. it declares my $CRLF = "\015\012";, and then uses this consistently as the line ending whenever needed. In other words, I suppose the problem lies elsewhere.