]> Pileus Git - ~andy/fetchmail/commitdiff
Use the RFC822 limit.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 18 Mar 1998 16:42:23 +0000 (16:42 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 18 Mar 1998 16:42:23 +0000 (16:42 -0000)
svn path=/trunk/; revision=1711

fetchmail.h

index 9dda132cc70671ae265f0e233387897b2fae01eb..3c3246ab8f04cec1118bbf1d0554630089dca3c6 100644 (file)
@@ -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 */