[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-anubis] add header[] puts headers in body
From: |
Sergey Poznyakoff |
Subject: |
Re: [bug-anubis] add header[] puts headers in body |
Date: |
Tue, 31 Aug 2004 12:58:16 +0300 |
Hi Paolo,
> Sent message (full text - but no Status: etc., as stored in an mbox, bounced
> by mutt to address@hidden, trough msg2smtp.pl):
> #--------------------------------
> From paolo Tue Aug 31 01:56:41 2004
This is wrong. msg2smtp.pl assumes its input is a valid RFC822 message,
i.e. it must consist of a bunch of headers, then an empty line ('\n'
on a line by itself, and then a body. Starting the message with
'From ' confuses msg2smtp.pl, as a result it sends the message
without newline separator, so that it appears to Anubis as malformed
headers without a body.
Regards,
Sergey