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, 1.7-release, up


From: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, 1.7-release, updated. 1.7-RC3-2-gc90876b
Date: Fri, 8 Sep 2017 13:57:01 -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, 1.7-release has been updated
       via  c90876b965cef54fbd55c11f8df81a2513956f9f (commit)
       via  3af369cef1f07948d727eec06bf36157500760af (commit)
      from  106e6652d5f5f978cc8cf70bab52ad4ec11359aa (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 c90876b965cef54fbd55c11f8df81a2513956f9f
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.
    
    (cherry picked from commit 9a4413187b1cf9562bceef8cfe442278ed67afd9)

commit 3af369cef1f07948d727eec06bf36157500760af
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.
    
    (cherry picked from commit 6396778780e014c789e3d18a0880525ee1cde4f6)

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

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]