unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo <sdl.web@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: bug#1661: 23.0.60; SMTP getting ^M^M
Date: Sun, 21 Dec 2008 18:30:53 +0000	[thread overview]
Message-ID: <xbair6418joi.fsf@cam.ac.uk> (raw)


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 :.






             reply	other threads:[~2008-12-21 18:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-21 18:30 Leo [this message]
2011-09-11 18:36 ` bug#1661: 23.0.60; SMTP getting ^M^M Lars Magne Ingebrigtsen
2011-09-12  4:39   ` Leo
2011-09-12  4:42     ` Lars Magne Ingebrigtsen
2011-09-12 14:06     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xbair6418joi.fsf@cam.ac.uk \
    --to=sdl.web@gmail.com \
    --cc=1661@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).