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