nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-171-g6396778
Date: Fri, 8 Sep 2017 13:57:02 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  6396778780e014c789e3d18a0880525ee1cde4f6 (commit)
       via  9a4413187b1cf9562bceef8cfe442278ed67afd9 (commit)
      from  1be45208ddf9d53398486ba1bce54d43ec026705 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6396778780e014c789e3d18a0880525ee1cde4f6
Author: Ken Hornstein <address@hidden>
Date:   Fri Sep 8 13:46:08 2017 -0400

    Send a QUIT instead of RSET at session end when doing 'whom'.
    
    When running 'whom -check' (which really invokes post(8)), at the
    end of the SMTP session we would send a RSET instead of a QUIT.  This was
    technically a RFC violation (RFC 5321 says a QUIT has to be the last
    thing you send), and this would cause some SMTP servers to complain.
    So make sure if we're being invoked by whom to send a QUIT at the end
    of the session.  Reported by Ralph Corderoy.

commit 9a4413187b1cf9562bceef8cfe442278ed67afd9
Author: Ken Hornstein <address@hidden>
Date:   Fri Sep 8 12:08:41 2017 -0400

    Add a -credentials argument when we call post.
    
    If we are using -check, post(8) will need to talk to a remote SMTP server,
    and it might need to perform authentication when doing so.  So include a
    -credentials option if there is the appropriate line in the user's profile.

-----------------------------------------------------------------------

Summary of changes:
 uip/post.c | 2 +-
 uip/whom.c | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]