* h/mh.h: raised NAMESZ from 128 to 999. RFC 2822 limits line
authorDavid Levine <levinedl@acm.org>
Thu, 23 Oct 2008 18:38:22 +0000 (18:38 +0000)
committerDavid Levine <levinedl@acm.org>
Thu, 23 Oct 2008 18:38:22 +0000 (18:38 +0000)
commit2d4bd0ad2d574ffff2359a88bfcf53e792c3c830
treefeb8dcfb493621bf5d69936e645823ce0fa70a85
parent3fcd202c63415345fbafe735a02cb040e3879aa9
* 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.
ChangeLog
h/mh.h