I've put the third pre-release of nmh-0.28 out for testing.
You can retrieve it at:
ftp://ftp.math.gatech.edu/pub/nmh/beta/nmh-0.28-pre3.tar.gz
There has been a considerable amount of hacking since nmh-0.27
was released.
Send bug reports to: nmh-workers(_at_)math(_dot_)gatech(_dot_)edu
The user visible changes are:
1) Lots of the code for MIME processing has been reorganized.
2) Most commands now take an unlimited number of command line
arguments.
3) Lots of buffer overflow fixes (almost all calls to strcpy
and sprintf have been converted to strncpy/snprintf).
4) The functionality of mhn has been split into 3 commands:
mhlist (previously mhn -list)
mhshow (previously mhn -show)
mhstore (previously mhn -store)
These new commands still need work, and there are still some
details to work out (profile entries beginning with "mhn" will
need to be dealt with). But they look ok so far.
For backward compatibility, mhn is still available.
--
Richard Coleman
coleman(_at_)math(_dot_)gatech(_dot_)edu