From 81f788118b028533357142981420d5a3ed373135 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 13 Jul 2006 18:53:35 +0000 Subject: Better message for 'busy' --- common/smtppass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/smtppass.c b/common/smtppass.c index b6d7e79..638e80d 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -551,7 +551,7 @@ static void connection_loop(int sock) /* Check to make sure we have a thread */ if(fd != -1) { - sp_messagex(NULL, LOG_ERR, "too many connections open (max %d). sent 554 response", g_state.max_threads); + sp_messagex(NULL, LOG_ERR, "too many connections open (max %d). sent busy response", g_state.max_threads); write(fd, SMTP_STARTBUSY, KL(SMTP_STARTBUSY)); shutdown(fd, SHUT_RDWR); close(fd); -- cgit v1.2.3