diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2025-09-11 18:23:10 +0400 |
|---|---|---|
| committer | pluknet <pluknet@nginx.com> | 2025-09-26 17:04:20 +0400 |
| commit | 6f81314a070201afc4e25b975b1f915698cff634 (patch) | |
| tree | 79fc997ab5cb5c091c8a2c30ca05619090f23b1d /src/core/ngx_string.h | |
| parent | 8255bd29ac9a7bcdc317a8889420554e00d435cb (diff) | |
| download | nginx-6f81314a070201afc4e25b975b1f915698cff634.tar.gz nginx-6f81314a070201afc4e25b975b1f915698cff634.tar.bz2 | |
Mail: xtext encoding (RFC 3461) in XCLIENT LOGIN.
The XCLIENT command uses xtext encoding for attribute values,
as specified in https://www.postfix.org/XCLIENT_README.html.
Reported by Igor Morgenstern of Aisle Research.
Diffstat (limited to 'src/core/ngx_string.h')
| -rw-r--r-- | src/core/ngx_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index 713eb42a7..183a20521 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h @@ -203,6 +203,7 @@ u_char *ngx_utf8_cpystrn(u_char *dst, u_char *src, size_t n, size_t len); #define NGX_ESCAPE_REFRESH 4 #define NGX_ESCAPE_MEMCACHED 5 #define NGX_ESCAPE_MAIL_AUTH 6 +#define NGX_ESCAPE_MAIL_XTEXT 7 #define NGX_UNESCAPE_URI 1 #define NGX_UNESCAPE_REDIRECT 2 |
