diff src/mail/ngx_mail_proxy_module.c @ 2438:b4011c9bdcb8

fix r2312
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Jan 2009 15:40:26 +0000
parents 722b5aff05ae
children 939b40aa9ab4
line wrap: on
line diff
--- a/src/mail/ngx_mail_proxy_module.c
+++ b/src/mail/ngx_mail_proxy_module.c
@@ -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