Gnus development mailing list
 help / color / mirror / Atom feed
* hanging while sending mail
@ 2004-02-16  5:47 Alfred J Correira
  2004-02-16  8:15 ` Kai Grossjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Alfred J Correira @ 2004-02-16  5:47 UTC (permalink / 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




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

* Re: hanging while sending mail
  2004-02-16  5:47 hanging while sending mail Alfred J Correira
@ 2004-02-16  8:15 ` Kai Grossjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2004-02-16  8:15 UTC (permalink / raw)


correira@flash.net (Alfred J Correira) writes:

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

What happens when you speak SMTP manually, with telnet?

Kai




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

end of thread, other threads:[~2004-02-16  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-16  5:47 hanging while sending mail Alfred J Correira
2004-02-16  8:15 ` Kai Grossjohann

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