diff src/mail/ngx_mail.h @ 2497:1ab9cef4ff6c

send HELO/EHLO after XCLIENT patch by Maxim Dounin
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Feb 2009 15:19:45 +0000
parents a59b26eee816
children a96a8c916b0c
line wrap: on
line diff
--- a/src/mail/ngx_mail.h
+++ b/src/mail/ngx_mail.h
@@ -140,6 +140,7 @@ typedef enum {
     ngx_smtp_helo_from,
     ngx_smtp_xclient,
     ngx_smtp_xclient_from,
+    ngx_smtp_xclient_helo,
     ngx_smtp_from,
     ngx_smtp_to
 } ngx_smtp_state_e;