X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3ad5bf782f204802c0034b5a25298df4672db723..592b3e1bc2a812515c5e2d01f087ec0aa2d4e8e4:/sbr/m_getfld.c diff --git a/sbr/m_getfld.c b/sbr/m_getfld.c index 77dbeda1..902e9933 100644 --- a/sbr/m_getfld.c +++ b/sbr/m_getfld.c @@ -217,9 +217,9 @@ static char *matchc(int, char *, int, char *); * separate messages in a maildrop, such as mbox "From ". * * Some of the tests in the test suite assume a MSG_INPUT_SIZE - * of 4096. + * of 8192. */ -#define MSG_INPUT_SIZE 4096 +#define MSG_INPUT_SIZE NMH_BUFSIZ #define MAX_DELIMITER_SIZE 5 struct m_getfld_state {