[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sendmail.el bug or expected behavior?
From: |
David Kastrup |
Subject: |
Re: sendmail.el bug or expected behavior? |
Date: |
30 Jan 2004 15:46:25 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Stefan Monnier <address@hidden> writes:
> > Also, I'm not sure it's relevant (or even feasible with emacs current
> > code), and I don't use any of these systems myself, but it seems like
> > a lot of other MUAs just queue up the outgoing mail themselves and
> > either send it via SMTP, either on-demand or in the background, and
> > they treat messages that haven't made it out yet in much the same way
> > that emacs treats unsaved buffers -- if you try to quit, they ask you
> > about them. For people who have a properly configured
> > postfix/sendmail/exim/whatever queuing arrangement, this might not be
> > interesting, but for others, perhaps.
>
> It's not really relevant since this thread is about sendmail.el
> (i.e. sending mail with an external MTA) whereas what you're suggesting is
> to do the mail sending ourselves, which is what smtpmail.el does
> (i.e. you're suggesting to add queue management to smtpmail.el).
Like (setq smtpmail-queue-mail t) does?
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: sendmail.el bug or expected behavior?, (continued)
- Re: sendmail.el bug or expected behavior?, Eli Zaretskii, 2004/01/23
- Re: sendmail.el bug or expected behavior?, Simon Josefsson, 2004/01/23
- Re: sendmail.el bug or expected behavior?, Ian Jackson, 2004/01/26
- Re: sendmail.el bug or expected behavior?, Simon Josefsson, 2004/01/26
- Re: sendmail.el bug or expected behavior?, Stefan Monnier, 2004/01/26
- Re: sendmail.el bug or expected behavior?, Simon Josefsson, 2004/01/26
- Re: sendmail.el bug or expected behavior?, Stefan Monnier, 2004/01/26
- Re: sendmail.el bug or expected behavior?, Richard Stallman, 2004/01/27
Re: sendmail.el bug or expected behavior?, Rob Browning, 2004/01/29
Re: sendmail.el bug or expected behavior?, Stefan Monnier, 2004/01/30
Re: sendmail.el bug or expected behavior?, Richard Stallman, 2004/01/31