From 304fd861f0054c45fdea50ba067612d61d47da15 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Tue, 8 Nov 2011 15:54:27 -0600 Subject: [PATCH] Add SIZE to EHLO response. --- responses.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/responses.inc b/responses.inc index fb39783..9479dd6 100644 --- a/responses.inc +++ b/responses.inc @@ -26,6 +26,7 @@ static char *quit_ok = "221 %s\r\n"; static char *helo_ok = "250 %s\r\n"; static char *ehlo_ok = "250-%s\r\n" "250-PIPELINING\r\n" + "250-SIZE\r\n" "250 8BITMIME\r\n"; static char *helo_reject = "550 HELO command rejected\r\n"; -- 2.50.1