Koozali.org: home of the SME Server

SMTP mail sending invalid return lines?

katayamma

SMTP mail sending invalid return lines?
« on: March 02, 2006, 06:05:23 PM »
Here's the quote of an SMTP session I'm doing by hand:

Quote
nanook@ns1:~$ telnet columbiacapital.com 25
Trying 65.17.114.210...
Connected to columbiacapital.com.
Escape character is '^]'.
220 columbiacapital.com ESMTP qpsmtpd 0.31.1 ready; send us your mail, but not your spam.
helo phigment.com
250 columbiacapital.com Hi ns1.vaxman.com [209.153.127.2]; I am so happy to meet you.
mail from:nanook@phigment.com
250 <>, sender OK - how exciting to get mail from you!
rcpt to:phigment@columbiacapital.com
250 <phigment@columbiacapital.com>, recipient ok
data
354 go ahead
Date: Thu, 2 Mar 2006 10:45:59 -0600
From: nanook@phigment.com
X-Mailer: Typed it with my own 2 hands (v1.0)
Reply-To: nanook@phigment.com
Organization: Pacunski and Assoc
X-Priority: 3 (Normal)
Message-ID: <1@phigment.com>
To: phigment@columbiacapital.com
Subject: Test message

This is a test message

Thank you

.
250 Queued! (go ahead
Queued! 1141318116 qp 10721 <1@phigment.com>)
quit
221 columbiacapital.com closing connection. Have a wonderful day.
Connection closed by foreign host.


As you can see, at the end you have a 250 Queued! line with a cr/lf imbedded and another Queued! statement.  This breaks communications with MS based servers.

Where can I fix this?

I'm using Version 7.0pre3

thanks.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SMTP mail sending invalid return lines?
« Reply #1 on: March 02, 2006, 06:15:24 PM »
Quote from: "katayamma"

Where can I fix this?

I'm using Version 7.0pre3


Please report all problems in detail via the Bug Tracker.