RFC3461 support - MIME DSN messages. Bug 118
[exim.git] / src / exim_monitor / em_globals.c
index b0a912e5f5542c9622b160a840e8bbd514587cf3..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