From: David Levine Date: Thu, 23 Oct 2008 18:38:22 +0000 (+0000) Subject: * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822 limits line X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/2d4bd0ad2d574ffff2359a88bfcf53e792c3c830?ds=sidebyside;hp=2d4bd0ad2d574ffff2359a88bfcf53e792c3c830 * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822 limits line lengths to 998 characters, so a header name can be at most that long. m_getfld limits header names to 2 less than NAMESZ, which is fine, because header names must be followed by a colon. Add one for terminating NULL. ---