unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: emacs user <user.emacs@gmail.com>
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: 9312@debbugs.gnu.org
Subject: bug#9312: 24.0.50; smtpmail
Date: Mon, 12 Sep 2011 08:40:37 +0300	[thread overview]
Message-ID: <CAK16+CfYnvBir8jdWXjKxEoerGdqo1SqEO7PrpQJjEpWTBnpPg@mail.gmail.com> (raw)
In-Reply-To: <m34o0kgrvv.fsf@stories.gnus.org>

On Sat, Sep 10, 2011 at 9:43 PM, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
>
> smtpmail.el does the following on MAIL FROM:
>
>               ((and auth-mechanisms
>                     (not ask-for-password)
>                     (eq (car result) 530))
>                ;; We got a "530 auth required", so we close and try
>                ;; again, this time asking the user for a password.
>                (smtpmail-send-command process "QUIT")
>                (smtpmail-read-response process)
>
> So it should ask for a password if the server has announced a
> willingness to accept auth.
>
> Which it has:
>
> 250-AUTH GSSAPI NTLM LOGIN
>
> So I don't understand what's going on here.
>
> Emacs User, could you try to edebug through `smtpmail-via-smtp' and see
> what happens when you send an email?

I think the error message comes from this part of the code;
 (smtpmail-send-command
	       process (format "MAIL FROM:<%s>%s%s"
			       envelope-from size-part body-part))

here is some of the edebug output, let me know if there is something
more specific I can provide

Result: (8bitmime (auth gssapi ntlm login) enhancedstatuscodes dsn
(size \20...0))

Result: #<process smtpmail>
 [2 times]
Result: "xx@yy.edu"

Result: " SIZE=373"

Result: ""

Result: "MAIL FROM:<xx@yy.edu> SIZE=373"

error: "Process smtpmail not running"





  reply	other threads:[~2011-09-12  5:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-17 13:02 bug#9312: 24.0.50; smtpmail emacs user
2011-08-24  4:11 ` Glenn Morris
     [not found]   ` <CAK16+CdfP0Htutm3K2nm76aOa7d85rREANJa8UoHds4fQ+q+_w@mail.gmail.com>
2011-08-25  0:46     ` Glenn Morris
2011-08-25  1:58       ` emacs user
2011-08-25  5:53         ` Glenn Morris
2011-09-03 22:01           ` Lars Magne Ingebrigtsen
2011-09-03 22:26             ` Glenn Morris
2011-09-03 23:06               ` emacs user
2011-09-10 18:43           ` Lars Magne Ingebrigtsen
2011-09-12  5:40             ` emacs user [this message]
2011-09-12  5:39               ` Lars Magne Ingebrigtsen
2011-09-13 20:15                 ` emacs user
2011-09-13 20:33                   ` Lars Magne Ingebrigtsen
2011-09-13 20:47                     ` emacs user
2011-09-13 20:45                       ` Lars Magne Ingebrigtsen
2011-09-13 20:58                         ` emacs user
2011-09-14 18:09                           ` emacs user
2011-09-14 21:51                             ` Lars Magne Ingebrigtsen
2011-09-14 23:07                               ` Lars Magne Ingebrigtsen
2011-09-17 15:23                                 ` emacs user
2011-09-18  7:37                                   ` Lars Magne Ingebrigtsen
2011-09-18 15:58                                     ` emacs user
2011-09-18 18:32                                       ` Lars Magne Ingebrigtsen

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=CAK16+CfYnvBir8jdWXjKxEoerGdqo1SqEO7PrpQJjEpWTBnpPg@mail.gmail.com \
    --to=user.emacs@gmail.com \
    --cc=9312@debbugs.gnu.org \
    --cc=larsi@gnus.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).