]>
diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/zotnet/mf/umsift.c
1 /* umsift.c - test out uumm */
19 setbuf (stdout
, sobuf
);
24 if ((fp
= fopen (*++argv
)) == NULL
) {
41 switch (uucp2mmdf (fileno (f
), fileno (stdout
), FALSE
)) {
46 die ("internal error while filtering UUCP mail");
49 die ("no free file pointers -- you lose");
52 die ("i/o error while filtering UUCP mail");
57 fprintf (stderr
, "UUCP mail was in bad format, patched...\n");
75 fprintf (stderr
, fmt
, a
, b
, c
, d
);