From 4eef2d4288ed64ec45630e99dadb292243bba3d9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 18 Oct 1996 23:48:53 +0000 Subject: Expand SMTP buffers to deal with long greeting messages. svn path=/trunk/; revision=348 --- smtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smtp.h') 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 -- cgit v1.2.3