----- Original Message ----- From: "Gabriel Musco" <[EMAIL PROTECTED]> To: <qmail-ldap@qmail-ldap.org> Sent: Wednesday, November 16, 2005 9:48 PM Subject: stray new line detected, problem !
> hello , i have other problem :-) > > In my smtp's log have 40 % incoming connections with error: "stray new > line detected .... " > This refuse the connections. > why is this ? > > Thanks > > GABO > RFC822/RFC2822 specifies you must use CR (carriage-return) + LF (linefeed) for a new line when sending a message via SMTP. Sending an LF without a CR will generate this error message. Most messages I've seen with this problem is spam with embedded HTML. It is probably good they are being rejected :) - Rich