aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-18 23:48:53 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-18 23:48:53 +0000
commit4eef2d4288ed64ec45630e99dadb292243bba3d9 (patch)
tree904b0fab19cd2282e41fd94621e42f7ade3ecb2c /smtp.h
parent5c2ad28e251994c41438dc127b77e090f77ad40c (diff)
downloadfetchmail-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtp.h b/smtp.h
index 7ee1893d..492d77e4 100644
--- a/smtp.h
+++ b/smtp.h
@@ -13,7 +13,7 @@
#ifndef _POPSMTP_
#define _POPSMTP_
-#define SMTPBUFSIZE 128
+#define SMTPBUFSIZE 256
/* SMTP error values */
#define SM_OK 0