[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sendmail.el bug or expected behavior?
From: |
Simon Josefsson |
Subject: |
Re: sendmail.el bug or expected behavior? |
Date: |
Fri, 23 Jan 2004 19:38:45 +0100 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) |
Richard Stallman <address@hidden> writes:
> I suspect that if the MTA is trying to deliver the message to its
> final destination, then it may hang regardless of what MTA is used.
>
> I would expect people to design an MTAs not to wait very long
> in the process that you created to send the mail. If sendmail
> does this badly, does that mean they all do?
I guess not. But how do MTAs implement this, if they don't wait in
the foreground? Simply storing the e-mail in /var/spool/mqueue and
hope that the system is polling the queue every hour or so might not
be reliable. This approach also has the disadvantage that any errors
that CAN be detected (and reported to the user) immediately, probably
won't be, since /usr/lib/sendmail will always just push the message on
the queue, without doing any error checking or simple delivery
attempts.
Just some thoughts.
- Re: sendmail.el bug or expected behavior?, (continued)
- Re: sendmail.el bug or expected behavior?, Richard Stallman, 2004/01/27
- Re: sendmail.el bug or expected behavior?, Stefan Monnier, 2004/01/27
- Re: sendmail.el bug or expected behavior?, Richard Stallman, 2004/01/29
- Re: sendmail.el bug or expected behavior?, Richard Stallman, 2004/01/25
- Re: sendmail.el bug or expected behavior?, Richard Stallman, 2004/01/23
- Re: sendmail.el bug or expected behavior?, Eli Zaretskii, 2004/01/23
- Re: sendmail.el bug or expected behavior?,
Simon Josefsson <=
- 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