Clodoaldo Pinto Neto: > 2009/2/5 Wietse Venema <wie...@porcupine.org>: > > Clodoaldo Pinto Neto: > >> The To: header I'm sending appears like this in the log: > >> > >> Feb 5 21:27:03 centos5151155 postfix/cleanup[4595]: B1AD3FF9A7: > >> warning: header To: > >> =?utf-8?q?D=C3=A9ste_Sobrenome_Grande_P=C3=B4cas_da_Silva_=3Cclodoaldo=5F?=? > >> =?utf-8?q?pinto=40yahoo=2Ecom=2Ebr=3E?= from > > > > To: > > =?utf-8?q?D=C3=A9ste_Sobrenome_Grande_P=C3=B4cas_da_Silva_=3Cclodoaldo=5F?=? > > =?utf-8?q?pinto=40yahoo=2Ecom=2Ebr=3E?= > > > > The email address in ``=?utf-8?q?pinto=40yahoo=2Ecom=2Ebr=3E?='' > > must not be RFC 2047 encoded. > > What if the name and address don't fit a single line. Is it a problem? > How to break it?
You fold long lines as defined in RFC5322 (earlier, in RFC822 and RFC2822). Of course RFC2047 also has some things to say about this. http://tools.ietf.org/rfc/rfc5322.txt http://tools.ietf.org/rfc/rfc2047.txt Wietse