home *** CD-ROM | disk | FTP | other *** search
- This is a trivial change; mn wasn't handling messages without a
- "Subject: " header line correctly. Thanks to Kingsley Kerce and
- Henry Bruce (who I couldn't respond to by mail; sorry) for pointing
- out the problem.
- As patched, mn substitutes the null string "" as the subject for
- subjectless messages. However, line 60,
- static char *nullsub = "";
- can be changed to any string constant if desired.
-