Gnus development mailing list
 help / color / mirror / Atom feed
From: Laura Conrad <lconrad@gamesville.com>
Subject: sending to aol via smtp hangs gnus
Date: 14 Dec 1999 11:02:09 -0500	[thread overview]
Message-ID: <kh73dt54ike.fsf@acme47.nineco.com> (raw)

I can reproduce this at will.  When I attempt to email an aol customer 
via smtpmail with a cvs gnus from yesterday afternoon, gnus hangs and
cannot be interrupted by ^G.  

Here's the lisp backtrace:

Lisp backtrace follows:

  open-network-stream-internal("SMTP" #<buffer "*trace of SMTP session to taz*"> "taz" 25)
  # bind (service host buffer name)
  open-network-stream("SMTP" #<buffer "*trace of SMTP session to taz*"> "taz" 25)
  byte-code("..." [get-buffer-create format "*trace of SMTP session to %s*" host process-buffer erase-buffer open-network-stream "SMTP" port process throw done nil set-process-filter smtpmail-process-filter make-local-variable smtpmail-read-point smtpmail-read-response greeting 400 smtpmail-send-command "HELO %s" smtpmail-fqdn response-code "MAIL FROM: <%s>" user-mail-address 0 n recipient "RCPT TO: <%s>" "DATA" smtpmail-send-data smtpmail-text-buffer "." t] 7)
  # (catch done ...)
  # (unwind-protect ...)
  # bind (process host port response-code greeting process-buffer smtpmail-text-buffer recipient)
  smtpmail-via-smtp(("tysontsuru@aol.com") #<buffer " smtpmail temp">)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # bind (errbuf tembuf case-fold-search resend-to-addresses delimline mailbuf)
  smtpmail-send-it()
  # (unwind-protect ...)
  # (unwind-protect ...)
  # bind (tembuf case-fold-search news mailbuf arg)
  message-send-mail(nil)
  # bind (arg)
  message-send-via-mail(nil)
  # bind (alist success elem sent arg)
  message-send(nil)
  # bind (buf actions arg)
  message-send-and-exit(nil)
  # bind (command-debug-status)
  call-interactively(message-send-and-exit)
  # (condition-case ... . error)
  # (catch top-level ...)
[1]  + 3346 terminated  xemacs

The relevant part of my .gnus file:

(setq smtpmail-default-smtp-server "taz")
(setq smtpmail-local-domain nil)
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)

-- 
Laura (mailto:lconrad@world.std.com , http://www.world.std.com/~lconrad/ )
(617) 661-8097	fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139



             reply	other threads:[~1999-12-14 16:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-14 16:02 Laura Conrad [this message]
1999-12-14 16:43 ` Shenghuo ZHU
1999-12-14 17:06   ` Laura Conrad
1999-12-14 17:20     ` Shenghuo ZHU
1999-12-14 19:58       ` Laura Conrad
1999-12-14 20:15         ` Shenghuo ZHU
1999-12-14 20:32         ` Gunnar Evermann
1999-12-14 21:46           ` Laura Conrad

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

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

  git send-email \
    --in-reply-to=kh73dt54ike.fsf@acme47.nineco.com \
    --to=lconrad@gamesville.com \
    --cc=lconrad@world.std.com \
    /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.
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 NNTP newsgroup(s).