]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/miscellany/convert/mm-to-mmdf
ap: Fix write past end of addrs[] array.
[nmh] / docs / historical / mh-6.8.5 / miscellany / convert / mm-to-mmdf
1 : run this script through /bin/sh
2 : convert an MM-style maildrop to an MMDF-style maildrop.
3 : strips the MM delimiter line
4 : assumes that CR-LF's have already been tr'd to newlines
5
6 for A in $*
7 do
8 ex $A < mm-mmdf.ex
9 done