From k.pavel.g at gmail.com Mon May 31 14:57:44 2010 From: k.pavel.g at gmail.com (Pavel G. Koukoushkin) Date: Mon, 31 May 2010 18:57:44 +0400 Subject: [cl-smtp-devel] Problem with boundary html message sending (connection reset by peer before "." (dot)) Message-ID: Hello! We found a problem with cl-smtp. Some servers (in our case CommunigatePro 5.3). When we try to send email with :html-message our server resets connection befor sending "." (dot) and after send ending boundary of html part. I suggest this by changing semantics of send-email. I have an a patch but it is dumb. If you cant fix this please tell me i try to do fix more pretty. Pavel G. Koukoushkin From hans.huebner at gmail.com Mon May 31 16:02:39 2010 From: hans.huebner at gmail.com (=?ISO-8859-1?Q?Hans_H=FCbner?=) Date: Mon, 31 May 2010 18:02:39 +0200 Subject: [cl-smtp-devel] Problem with boundary html message sending (connection reset by peer before "." (dot)) In-Reply-To: References: Message-ID: Hi Pavel, can you please provide us with a more thorough description of what the problem is, preferably with a simple test case? It also sounds as if you've analyzed the cause for the problem, can you elaborate on that? If you could attach the proposed patch, we'd be able to discuss better, too. Thanks, Hans On Mon, May 31, 2010 at 16:57, Pavel G. Koukoushkin wrote: > Hello! > > We found a problem with cl-smtp. Some servers (in our case CommunigatePro 5.3). > > When we try to send email with :html-message our server resets > connection befor sending "." (dot) and after send ending boundary of > html part. > > I suggest this by changing semantics of send-email. I have an a patch > but it is dumb. If you cant fix this please tell me i try to do fix > more pretty. > > > Pavel G. Koukoushkin > > _______________________________________________ > cl-smtp-devel mailing list > cl-smtp-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/cl-smtp-devel > From jan.idzikowski at knowledgetools.de Mon May 31 16:46:25 2010 From: jan.idzikowski at knowledgetools.de (Jan Idzikowski) Date: Mon, 31 May 2010 18:46:25 +0200 Subject: [cl-smtp-devel] Problem with boundary html message sending (connection reset by peer before "." (dot)) In-Reply-To: References: Message-ID: <87r5ksc93y.wl%jan.idzikowski@knowledgetools.de> Hello Pavel, your bugreport is realy nonspecific, have you try to set the cl-smtp::*debug* to T, to see in wich message your server resets the connection? and sorry i don't have an access to a CommunigatePro mailserver. another question: do you use the latest version of cl-smtp? i have checked in a lot of changes for about 3 weeks. greetings Jan Idzikowski