From a8216bd4ee3b1d57dce12dbe3d0446cd7454f1f2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 18 Mar 1998 16:42:23 +0000 Subject: Use the RFC822 limit. svn path=/trunk/; revision=1711 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.h b/fetchmail.h index 9dda132c..3c3246ab 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -38,7 +38,7 @@ /* clear a netBSD kernel parameter out of the way */ #undef MSGBUFSIZE -#define MSGBUFSIZE 2048 /* size of message read buffer */ +#define MSGBUFSIZE 998 /* RFC822 limit on message line size */ #define PASSWORDLEN 64 /* max password length */ #define DIGESTLEN 33 /* length of MD5 digest */ -- cgit v1.2.3