add patch to support dccifd directly from ACL system - thanks to Wolfgang Breyha
[exim.git] / src / src / receive.c
index 62db50f96afca9a6a1791723a62cf0b916c0b733..88f5eb2a0b2b86a12d07d12d31b9cd59d806fe14 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/receive.c,v 1.42 2007/09/28 12:21:57 tom Exp $ */
+/* $Cambridge: exim/src/src/receive.c,v 1.43 2008/01/17 13:03:36 tom Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 #endif
 
 
+#ifdef EXPERIMENTAL_DCC
+extern int dcc_ok;
+#endif
+
 /*************************************************
 *                Local static variables          *
 *************************************************/
@@ -3110,6 +3114,11 @@ else
 unspool_mbox();
 #endif
 
+#ifdef EXPERIMENTAL_DCC
+dcc_ok = 0;
+#endif
+
+
 /* The final check on the message is to run the scan_local() function. The
 version supplied with Exim always accepts, but this is a hook for sysadmins to
 supply their own checking code. The local_scan() function is run even when all