Re: problem with added spaces in the message body

2011-01-21 Thread Matthias Andree
Am 21.01.2011 02:18, schrieb Vince Wang: > Hi, > > We are using postfix to send html version newsletter, and we found that the > postfix(?) adds spaces into the body. > > > > The message body is saved in database so we can preview it to make sure it is > right. > > > > If the space is add

Re: problem with added spaces in the message body

2011-01-20 Thread Wietse Venema
Vince Wang: > Hi, > We are using postfix to send html version newsletter, and we found > that the postfix(?) adds spaces into the body. Unfortunately, the SMTP protocol does not allow lines of text longer than 998 characters (plus two for the ). If you want your mail to arrive undamaged, you need

Re: problem with added spaces in the message body

2011-01-20 Thread Victor Duchovni
On Thu, Jan 20, 2011 at 05:18:42PM -0800, Vince Wang wrote: > We are using postfix to send html version newsletter, and we found > that the postfix(?) adds spaces into the body. Only when you fail to abide by email RFCs and generate message bodies with lines longer than ~990 bytes. The correct th