RFC3461 support - MIME DSN messages. Bug 118
[exim.git] / src / exim_monitor / em_globals.c
index 366af7e9744c93d774f4dd8d55ad337ff7e1d61c..d5205d08f60379d530f6cdc644d09032e4456abd 100644 (file)
@@ -145,6 +145,11 @@ BOOL    dkim_disable_verify      = FALSE;
 
 BOOL    dont_deliver           = FALSE;
 
+#ifdef EXPERIMENTAL_DSN
+int     dsn_ret                = 0;
+uschar *dsn_envid              = NULL;
+#endif
+
 #ifdef WITH_CONTENT_SCAN
 int     fake_response          = OK;
 #endif
@@ -213,6 +218,7 @@ int     string_datestamp_type  = -1;
 BOOL    timestamps_utc         = FALSE;
 tls_support tls_in = {
  -1,   /* tls_active */
+ 0,    /* bits */
  FALSE,        /* tls_certificate_verified */
  NULL, /* tls_cipher */
  FALSE,        /* tls_on_connect */