diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-18 23:48:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-18 23:48:53 +0000 |
commit | 4eef2d4288ed64ec45630e99dadb292243bba3d9 (patch) | |
tree | 904b0fab19cd2282e41fd94621e42f7ade3ecb2c /smtp.h | |
parent | 5c2ad28e251994c41438dc127b77e090f77ad40c (diff) | |
download | fetchmail-4eef2d4288ed64ec45630e99dadb292243bba3d9.tar.gz fetchmail-4eef2d4288ed64ec45630e99dadb292243bba3d9.tar.bz2 fetchmail-4eef2d4288ed64ec45630e99dadb292243bba3d9.zip |
Expand SMTP buffers to deal with long greeting messages.
svn path=/trunk/; revision=348
Diffstat (limited to 'smtp.h')
-rw-r--r-- | smtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #ifndef _POPSMTP_ #define _POPSMTP_ -#define SMTPBUFSIZE 128 +#define SMTPBUFSIZE 256 /* SMTP error values */ #define SM_OK 0 |