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
> >
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
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
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
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
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
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