* 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)
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.


No differences found