unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1661: 23.0.60; SMTP getting ^M^M
@ 2008-12-21 18:30 Leo
  2011-09-11 18:36 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Leo @ 2008-12-21 18:30 UTC (permalink / raw)
  To: emacs-pretest-bug


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I try to use the newly released gnutls-cli 2.6.3 with smtpmail in Emacs
built from CVS 2008-12-14 in windows xp.

However, I have no success using it with smtpmail. I am getting (error
"Sending failed; SMTP protocol error") because smtpmail-via-smtp returns
nil. The SMTP session log shows that the response from smtp server ends
with *two* ^M causing the following code snippet in smtpmail-via-smtp to
fail.

(memq (if (consp name) (car name) name)
     '(verb xvrb 8bitmime onex xone
            expn size dsn
            etrn
            enhancedstatuscodes
            help
            xusr
            auth=login
            auth starttls))

The SMTP session log is as follows:

220 ppsw-6.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:587)
ESMTP Exim 4.70+ppsw+0 Sun, 14 Dec 2008 11:42:02 +0000^M

Process SMTP killed
EHLO CORNWALL^M
250-ppsw-6.cs8i.cam.ac.uk Hello we204.uk.cam.ac.uk [131.111.123.132]^M^M
250-SIZE 52428800^M^M
250-PIPELINING^M^M
250-STARTTLS^M^M
250 HELP^M^M
MAIL FROM:<we204@cam.ac.uk> SIZE=446^M
250 OK^M^M
RCPT TO:<we204@cam.ac.uk>^M
550-No SMTP service for unauthenticated users;^M^M
8550 See http://www.cam.ac.uk/cs/email/muasettings.html^M^M
QUIT^M
221 ppsw-6.csi.cam.ac.uk closing connection^M^M

Bye,
-- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .: I use Emacs :.






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1661: 23.0.60; SMTP getting ^M^M
  2008-12-21 18:30 bug#1661: 23.0.60; SMTP getting ^M^M Leo
@ 2011-09-11 18:36 ` Lars Magne Ingebrigtsen
  2011-09-12  4:39   ` Leo
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-11 18:36 UTC (permalink / raw)
  To: Leo; +Cc: 1661

Leo <sdl.web@gmail.com> writes:

> I try to use the newly released gnutls-cli 2.6.3 with smtpmail in Emacs
> built from CVS 2008-12-14 in windows xp.
>
> However, I have no success using it with smtpmail. I am getting (error
> "Sending failed; SMTP protocol error") because smtpmail-via-smtp returns
> nil. The SMTP session log shows that the response from smtp server ends
> with *two* ^M causing the following code snippet in smtpmail-via-smtp to
> fail.

Are you still seeing this bug?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1661: 23.0.60; SMTP getting ^M^M
  2011-09-11 18:36 ` Lars Magne Ingebrigtsen
@ 2011-09-12  4:39   ` Leo
  2011-09-12  4:42     ` Lars Magne Ingebrigtsen
  2011-09-12 14:06     ` Richard Stallman
  0 siblings, 2 replies; 5+ messages in thread
From: Leo @ 2011-09-12  4:39 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: 1661

On 2011-09-12 02:36 +0800, Lars Magne Ingebrigtsen wrote:
> Are you still seeing this bug?

No. I no longer have any machine running M$ systems.

Leo





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1661: 23.0.60; SMTP getting ^M^M
  2011-09-12  4:39   ` Leo
@ 2011-09-12  4:42     ` Lars Magne Ingebrigtsen
  2011-09-12 14:06     ` Richard Stallman
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-12  4:42 UTC (permalink / raw)
  To: Leo; +Cc: 1661

Leo <sdl.web@gmail.com> writes:

> No. I no longer have any machine running M$ systems.

Ok; I'm closing the report, then.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1661: 23.0.60; SMTP getting ^M^M
  2011-09-12  4:39   ` Leo
  2011-09-12  4:42     ` Lars Magne Ingebrigtsen
@ 2011-09-12 14:06     ` Richard Stallman
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Stallman @ 2011-09-12 14:06 UTC (permalink / raw)
  To: Leo; +Cc: larsi, 1661

    No. I no longer have any machine running M$ systems.

If you have switched to free software, felicitations!

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use free telephony http://directory.fsf.org/category/tel/





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-12 14:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-21 18:30 bug#1661: 23.0.60; SMTP getting ^M^M Leo
2011-09-11 18:36 ` Lars Magne Ingebrigtsen
2011-09-12  4:39   ` Leo
2011-09-12  4:42     ` Lars Magne Ingebrigtsen
2011-09-12 14:06     ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).