]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/globals.c
protocol prep
[user/henk/code/exim.git] / src / src / globals.c
index ffaa53cd18c2a81e09d3eae57bd9e01348550f69..2cbafcdcef51a11fa721364e7d08e7c88dddf407 100644 (file)
@@ -1273,6 +1273,9 @@ int     smtp_rlr_limit         = 0;
 int     smtp_rlr_threshold     = INT_MAX;
 BOOL    smtp_use_pipelining    = FALSE;
 BOOL    smtp_use_size          = FALSE;
+#ifdef EXPERIMENTAL_INTERNATIONAL
+uschar *smtputf8_advertise_hosts = US"*";      /* overridden under test-harness */
+#endif
 
 #ifdef WITH_CONTENT_SCAN
 uschar *spamd_address          = US"127.0.0.1 783";