X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f52aa1ce52a53ead867f840f18c834871925de6c..cc8630bbb299b1107e0bf5874f52c75b4c19b8c4:/sbr/m_getfld.c diff --git a/sbr/m_getfld.c b/sbr/m_getfld.c index e7379dfe..af44f09a 100644 --- a/sbr/m_getfld.c +++ b/sbr/m_getfld.c @@ -222,9 +222,9 @@ static unsigned 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 8192. + * of 4096. */ -#define MSG_INPUT_SIZE (BUFSIZ >= 1024 ? BUFSIZ : 1024) +#define MSG_INPUT_SIZE 4096 #define MAX_DELIMITER_SIZE 5 struct m_getfld_state {