X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/068f5266319343e8d27fe1596f30f4e3f69fd28c..64be8525eadefaf536f19865649f12c8e3a3ea9a:/sbr/m_getfld.c?ds=sidebyside 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 {