Chris Smith: > Wietse Venema wrote: > > The Postfix sendmail command expects a PRE-FORMATTED message. The > > result of ill-formatted messages is undefined (gargabe in, garbage > > out). > > > Yeah that's certainly what I would expect. > > > The format should be consistent with RFC 5322 (RFC 2822, RFC 822) > > and with MIME if applicable. Text is expected to be in native UNIX > > stream-LF format. > Exactly what my thoughts were on the subject, how about folding of > headers they should be folded with LF-WSP as opposed to CRLF-WSP?
At the risk of repeating myself, text is expected to be in native UNIX stream-LF format. Wietse