diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-03-18 16:42:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-03-18 16:42:23 +0000 |
commit | a8216bd4ee3b1d57dce12dbe3d0446cd7454f1f2 (patch) | |
tree | e7621330d47eaccb3948f7b25377793001b95f80 /fetchmail.h | |
parent | 19d41e40ea75898d510c2ceda6e8429e71a0de3e (diff) | |
download | fetchmail-a8216bd4ee3b1d57dce12dbe3d0446cd7454f1f2.tar.gz fetchmail-a8216bd4ee3b1d57dce12dbe3d0446cd7454f1f2.tar.bz2 fetchmail-a8216bd4ee3b1d57dce12dbe3d0446cd7454f1f2.zip |
Use the RFC822 limit.
svn path=/trunk/; revision=1711
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |