changeset 2438:b4011c9bdcb8

fix r2312
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Jan 2009 15:40:26 +0000
parents 8e603804d0c1
children d07ab4478b0c
files src/mail/ngx_mail_proxy_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mail/ngx_mail_proxy_module.c	Mon Jan 12 15:36:30 2009 +0000
+++ b/src/mail/ngx_mail_proxy_module.c	Mon Jan 12 15:40:26 2009 +0000
@@ -104,7 +104,7 @@
 };
 
 
-static u_char  smtp_ok[] = "250 2.0.0 OK" CRLF;
+static u_char  smtp_ok[] = "235 2.0.0 OK" CRLF;
 
 
 void