]> git.kaiwu.me - nginx.git/commitdiff
fix r2312
authorIgor Sysoev <igor@sysoev.ru>
Mon, 12 Jan 2009 15:40:26 +0000 (15:40 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 12 Jan 2009 15:40:26 +0000 (15:40 +0000)
src/mail/ngx_mail_proxy_module.c

index bd2bcf9ea6425b3aa5ac4fcbce691b164e5ecc72..610d009e62a3bf401baf4dbebe913baf72a0a3bd 100644 (file)
@@ -104,7 +104,7 @@ ngx_module_t  ngx_mail_proxy_module = {
 };
 
 
-static u_char  smtp_ok[] = "250 2.0.0 OK" CRLF;
+static u_char  smtp_ok[] = "235 2.0.0 OK" CRLF;
 
 
 void