Re: Sendmail interface questions

2009-08-19 Thread Willy De la Court
On Wednesday 19 August 2009, Wietse Venema wrote: > Chris Smith: > > Hi, > > > > I'm hoping to obtain some confirmation on the data format the sendmail > > interface expects, I am under the impression that as a NIX program it > > will expect emails using LF for new lines as opposed to the SMTP > >

Re: Sendmail interface questions

2009-08-19 Thread Chris Smith
Wietse Venema wrote: > Chris Smith: >> Wietse Venema wrote: >>> 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 >> he

Re: Sendmail interface questions

2009-08-19 Thread Wietse Venema
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

Re: Sendmail interface questions

2009-08-19 Thread 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

Re: Sendmail interface questions

2009-08-19 Thread Wietse Venema
Chris Smith: > Hi, > > I'm hoping to obtain some confirmation on the data format the sendmail > interface expects, I am under the impression that as a NIX program it > will expect emails using LF for new lines as opposed to the SMTP > standard of CRLF. How does this apply to line folding? Does Pos

Re: Sendmail interface questions

2009-08-19 Thread Noel Jones
Chris Smith wrote: Hi, I'm hoping to obtain some confirmation on the data format the sendmail interface expects, I am under the impression that as a NIX program it will expect emails using LF for new lines as opposed to the SMTP standard of CRLF. How does this apply to line folding? Does Postfix

Sendmail interface questions

2009-08-19 Thread Chris Smith
Hi, I'm hoping to obtain some confirmation on the data format the sendmail interface expects, I am under the impression that as a NIX program it will expect emails using LF for new lines as opposed to the SMTP standard of CRLF. How does this apply to line folding? Does Postfix then expect LFWSP as