Move DSN support to mainline
[exim.git] / src / src / transport.c
index 30e4268d1510f0f55278494293b7f4569e65e315..58fc4ec93a5d113940df11a05973f8b5509f1d40 100644 (file)
@@ -1842,10 +1842,8 @@ if ((pid = fork()) == 0)
 
   argv = child_exec_exim(CEE_RETURN_ARGV, TRUE, &i, FALSE, 0);
 
-  #ifdef EXPERIMENTAL_DSN
   /* Call with the dsn flag */
   if (smtp_use_dsn) argv[i++] = US"-MCD";
-  #endif
 
   if (smtp_authenticated) argv[i++] = US"-MCA";