comparison src/mail/ngx_mail_parse.c @ 420:ad0a34a8efa6 NGINX_0_7_22

nginx 0.7.22 *) Feature: the "none" parameter in the "smtp_auth" directive. Thanks to Maxim Dounin. *) Feature: the "$cookie_..." variables. *) Bugfix: the "directio" directive did not work in XFS filesystem. *) Bugfix: the resolver did not understand big DNS responses. Thanks to Zyb.
author Igor Sysoev <http://sysoev.ru>
date Thu, 20 Nov 2008 00:00:00 +0300
parents 1c519aff5c0c
children 33394d1255b0
comparison
equal deleted inserted replaced
419:b986babf3f57 420:ad0a34a8efa6
744 break; 744 break;
745 case LF: 745 case LF:
746 s->arg_end = p; 746 s->arg_end = p;
747 goto done; 747 goto done;
748 default: 748 default:
749 if (s->args.nelts <= 2) { 749 if (s->args.nelts <= 10) {
750 state = sw_argument; 750 state = sw_argument;
751 s->arg_start = p; 751 s->arg_start = p;
752 break; 752 break;
753 } 753 }
754 goto invalid; 754 goto invalid;