Gnus development mailing list
 help / color / mirror / Atom feed
From: correira@flash.net (Alfred J Correira)
Subject: hanging while sending mail
Date: Sun, 15 Feb 2004 23:47:21 -0600	[thread overview]
Message-ID: <uhdxrlgnq.fsf@flash.net> (raw)

Setup: Gnus 5.10.6; Emacs 21.3 on WinXP.

About a week ago, my outgoing mail started hanging
after I typed ^C^C to send it (feedmail-send-it).
I noticed that the mail was sent (because I would
get a copy, if I was Cced, the next time I fetched
mail) but I wouldn't get the "done" message nor a
copy of the outgoing message in my Gcc folder;
instead, I had to ^G out and kill the message
buffer to return control to Gnus.

After poking around a bit in the code and
reviewing the SMTP trace buffer ...  I'm hanging
at the end of smtpmail-via-smtp: the "QUIT" is
sent and processed, but the succeeding call to
smtpmail-read-response never returns (it just
churns away in the while loop looking for a "\r\n"
that it never receives): if I comment out that
last call to smtpmail-read-response, of course,
the delete-process at the end of smtpmail-via-smtp
runs, I get my "done" and my Gcc copy, etc..  I
suppose I can live with that, since I don't need
the final return value from smtpmail-read-response
and the delete-process should take care of any
leftover output from the SMTP server, but ...

Now, my ISP claims "no changes on its end" and
it's hard to say "No Way" since my wife uses the
same ISP SMTP server on her laptop (with Outlook
as her MUA).  But, then again, I haven't changed
anything on my end, either ...

I'm open to any suggestions at this point ...

-- 
Alfred Correira     Correira@Flash.Net     Alfred@FireantRanch.Com
---
Law Can Never Make Us As Secure
As We Are When We Do Not Need It.
-- Alexander M. Bickel




             reply	other threads:[~2004-02-16  5:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-16  5:47 Alfred J Correira [this message]
2004-02-16  8:15 ` Kai Grossjohann

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=uhdxrlgnq.fsf@flash.net \
    --to=correira@flash.net \
    /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).