Yea, that was all fixed a few months back in the development branch. Jeff
On Thu, 2002-05-23 at 04:58, Not Zed wrote: > Hrm, i should've checked the code I guess. > > It looks like its getting an error response from the EHLO command but > continuing regardless. And then after its finished, the error is still > there and thats causing later stuff to fail ... (the way exceptions are > implmeneted they're not checked all the time). > > The smtp code only sends EHLO if the smtp server states that it supports > ESMTP, which is obviously an extended version for which EHLO should > work. > > Jeff, can we get the code falling back to non-esmtp if EHLO doesn't > work? And/or just ingoring the 'non fatal' errors, or handling them in > code within the smtp code rather than passing them out to the > application, which really doesn't care ... > > As for rfc's, I just ftp'd the whole lot from a local Australian mirror, > but thats a bit of overkill (handy for offline use though)! > > try http://rfc.net/ > > (i searched for 'rfc' in google) > > On Thu, 2002-05-23 at 16:16, Torgny Rasmark wrote: > > sending : EHLO s024.svenska.gu.se > > received: 502 > > sending : MAIL FROM: <[EMAIL PROTECTED]> > > received: 250 <[EMAIL PROTECTED]>... Sender ok > > sending : RCPT TO: <[EMAIL PROTECTED]> > > received: 250 <[EMAIL PROTECTED]>... Recipient ok > > sending : RCPT TO: <[EMAIL PROTECTED]> > > received: 250 <[EMAIL PROTECTED]>... Recipient ok > > sending : DATA > > received: 354 Enter mail, end with "." on a line by itself > > sending : \r\n.\r\n > > received: 250 IAA22912 Message accepted for delivery > > sending : RSET > > received: 250 Reset state > > sending : QUIT > > received: 221 humserv5.hum.gu.se closing connection > > > > It's at this point the "HELO response error" shows. > > (Where do I find rfc821?) > > > > /Torgny > > > > On tor, 2002-05-23 at 02:36, Not Zed wrote: > > > > > > > > > See rfc821, it looks like HELO *must* be implemented. > > > > > > What is the error code? Run: > > > > > > CAMEL_VERBOSE_DEBUG=1 evolution-mail > > > > > > in a separate terminal then run evolution and send a mail, it should > > > show the server transaction log. > > > > > > On Thu, 2002-05-23 at 01:22, Jeffrey Stedfast wrote: > > > > Your SMTP server is broken. > > > > > > > > Jeff > > > > > > > > On Wed, 2002-05-22 at 03:03, Torgny Rasmark wrote: > > > > > Whenever I send a message I get the following error: > > > > > Error while sending '[subjectline]' > > > > > HELO response error: Command not implemented: non-fatal > > > > > > > > > > Then the composition window returns. When I close it I'm warned that : > > > > > "This message has not been sent. > > > > > Do you whish to save your changes?" > > > > > > > > > > This is an error in itself since the message IS sent but somehow > > > > > Evolution believes its own lies since the message doesn't show up in the > > > > > SENT-folder. > > > > > > > > > > Has the HELO error got something to do with the mailserver not > > > > > understanding commands from Evolution or what is going on here. Is this > > > > > fixable? > > > > > > > > > > /Torgny > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > evolution maillist - [EMAIL PROTECTED] > > > > > http://lists.ximian.com/mailman/listinfo/evolution > > > > > > > > > > > > > > > > > _______________________________________________ > > > > evolution maillist - [EMAIL PROTECTED] > > > > http://lists.ximian.com/mailman/listinfo/evolution > > > > > > _______________________________________________ > > evolution maillist - [EMAIL PROTECTED] > > http://lists.ximian.com/mailman/listinfo/evolution > > > _______________________________________________ > evolution maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution > _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
