unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: florian@fsavigny.de (Florian v. Savigny)
To: James Powell <powellj@pdx.edu>
Cc: help-gnu-emacs@gnu.org
Subject: Re: warm fuzzy confirmation of mail delivery in sendmail.el
Date: Fri, 07 Sep 2012 19:21:01 -0400	[thread overview]
Message-ID: <E1TA7r9-0003aw-Uf@eggs.gnu.org> (raw)
In-Reply-To: <20553.7391.779735.513288@pliny.pdx.edu> (message from James Powell on Thu, 6 Sep 2012 14:59:59 -0700)



Hi James,

  > For example, when I send mail through a webmail application, the
  > "Sent Messages" folder in the webmail application has lines like
  > this for each sent message:

  > Received: from pliny.pdx.edu (sb2-238b-tek850c.printers.pdx.edu [131.252.124.54])
  > (authenticated bits=0)
  > by sluizer.oit.pdx.edu (8.13.8/8.13.1) with ESMTP id q7TLZXZg015937
  > (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT);
  > 
  > Those header lines are reassuring because otherwise I have to watch
  > very carefully to make sure I am really sending the messages and not
  > missing an SMTP error.

My strong impression (no conviction) is that the file copy is written
before any sending is attempted, so no headers are there at that time
which don't come from you yourself. In other words, having a file copy
is no confirmation of anything, other than that you have tried to send
it.

But at least if you use smtpmail, you can simply log the conversation
with the mail server (I think by setting smtpmail-debug-info to some
non-nil value). It will then log everything in a buffer called
something like *trace of SMTP session with ...*, and that shows you if
everything went fine. Be aware, however: The buffer is erased and
filled anew for every new mail you send, so this is only helpful for
the last one.


-- 
                                               Florian von Savigny
__________________________________________________________________





      reply	other threads:[~2012-09-07 23:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-06 21:59 warm fuzzy confirmation of mail delivery in sendmail.el James Powell
2012-09-07 23:21 ` Florian v. Savigny [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E1TA7r9-0003aw-Uf@eggs.gnu.org \
    --to=florian@fsavigny.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=powellj@pdx.edu \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).