spost(8) has been merged into post(8). Its functionality is
[mmh] / docs / pending-release-notes
1 Things to add to the release notes for the next full release:
2
3 ------------
4 NEW FEATURES
5 ------------
6
7 - All nmh programs will now warn about multiple profile entries for
8   the same non-null, non-comment component.  In previous versions, all
9   but the first were silently ignored.
10 - mhmail now supports all post(8) options, or optionally can use
11   send(1) with all of its options.  Its formerly undocumented -resent
12   switch has been documented.  And it has new -attach, -headerfield,
13   and -send/-nosend switches.
14 - Default to flock() locking on OpenBSD and Darwin.
15 - Added -directives support to mhbuild(1) to control whether or not
16   mhbuild will honor MIME directives by default.  And added support
17   for special #on/#off/#pop directives to control the MIME directive
18   processing state.
19
20 ----------------------------
21 OBSOLETE/DEPRECATED FEATURES
22 ----------------------------
23
24 - Changed exit status of each nmh command's -version and -help
25   switches from 1 to 0.
26 - The following environment variables were deprecated in nmh 1.5
27   and removed from this release:
28     MHPOPDEBUG (use -snoop command line switch instead)
29     MM_NOASK (use -nolist and -nopause command line switches instead)
30     NOMHNPROC (use -nocheckmime command line switch instead)
31     FACEPROC (undocumented faceproc feature removed)
32 - Changed repl and dist default to -noatfile.  The default of -atfile
33   was deprecated in nmh 1.5.  If there are no requests to maintain
34   -atfile, it will be removed in the future.
35 - The undocumented -queue switch to mhmail has been removed.
36 - The undocumented -queue switch to post is deprecated/obsolete
37   and will be removed in the next release.  It supports the
38   SMTP XQUE verb, which is obsolete according to
39   http://smtpfilter.sourceforge.net/esmtp.html
40 - conflict(8) is deprecated and will be removed from the next release.
41 - mhtest(8) is deprecated and will be removed from the next release.
42 - spost(8) has been merged into post(8).  Its functionality is enabled
43   by selecting the pipe mail transport method in etc/mts.conf, which
44   in turn can be configured using --with-mts=pipe.  The spost
45   -noalias, -backup/-nobackup, -push/-nopush, and -remove/-noremove
46   switches are not supported by post.  Note that spost did not support
47   -whom or Dcc, and neither does post when using mts: pipe.  spost is
48   deprecated and will be removed from the next release.
49
50 ---------
51 BUG FIXES
52 ---------
53
54 - Replaced utilities that operate on pbm files with those that operate
55   on pnm files in etc/mhn.defaults [Bug #15152].
56 - Removed obsolete BUGS section at end of rcvstore(1) man page [Bug #4361].
57 - Fixed -nocc me doesn't account for Alternate-Mailboxes [Bug #36635].
58 - Propagate Mail-Followup-To [Bug #5571].