[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-542-gc4bc9ed |
Date: |
Sun, 12 May 2019 20:08:34 -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 c4bc9ed8bee57f8fd58ad10fb5d8941e090993db (commit)
from 0bc71c284a5004fb30f200b5069b9e8e1f14e497 (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 c4bc9ed8bee57f8fd58ad10fb5d8941e090993db
Author: Ken Hornstein <address@hidden>
Date: Sun May 12 20:07:56 2019 -0400
Cleanup MIME header handling in mhbuild
Per discussion on nmh-workers, cleanup the handling of MIME headers
in mhbuild. The following logic should now apply.
If mhbuild is run with -auto AND a MIME-Version header is detected, then
exit silently with no error (and leave the draft untouched). Otherwise,
if a MIME-Version header or ANY Content-* header is found, exit with an
error. Note that this means if mhbuild is run with -auto then an error
will be returned if any Content-* headers are seen.
Previously, mhbuild would silently eat any Content-Type headers seen
in an existing draft; this behavior was brought forward from MH 6 and
no one could explain the reason for this behavior. This behavior has
been removed.
-----------------------------------------------------------------------
Summary of changes:
man/mhbuild.man | 13 +++++-
test/mhbuild/test-mhbuild | 107 ++++++++++++++++++++++++++++++++++++++++++++++
uip/mhbuildsbr.c | 36 ++++++++++------
3 files changed, 143 insertions(+), 13 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-542-gc4bc9ed,
Ken Hornstein <=