]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/globals.c
ingress control
[user/henk/code/exim.git] / src / src / globals.c
index ffaa53cd18c2a81e09d3eae57bd9e01348550f69..cb93a019288801760ead6154477b358023c7938b 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"*";
+#endif
 
 #ifdef WITH_CONTENT_SCAN
 uschar *spamd_address          = US"127.0.0.1 783";