From: Philip Hazel Date: Sun, 2 Jan 2005 18:22:05 +0000 (+0000) Subject: Missed out a couple of fakereject cases that were still #ifdef-ed with X-Git-Tag: exim-4_50~54 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/0f9b04830a9428a58730cc6a60faa9a169522dc3 Missed out a couple of fakereject cases that were still #ifdef-ed with CONTENT_SCAN. --- diff --git a/src/src/acl.c b/src/src/acl.c index 3f343c183..97a9dbe5e 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/acl.c,v 1.9 2004/12/29 16:34:31 ph10 Exp $ */ +/* $Cambridge: exim/src/src/acl.c,v 1.10 2005/01/02 18:22:05 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -373,9 +373,9 @@ enum { CONTROL_ENFORCE_SYNC, CONTROL_NO_ENFORCE_SYNC, CONTROL_FREEZE, CONTROL_QUEUE_ONLY, CONTROL_SUBMISSION, #ifdef WITH_CONTENT_SCAN - CONTROL_NO_MBOX_UNSPOOL, CONTROL_FAKEREJECT, + CONTROL_NO_MBOX_UNSPOOL, #endif - CONTROL_NO_MULTILINE }; + CONTROL_FAKEREJECT, CONTROL_NO_MULTILINE }; /* Bit map vector of which controls are not allowed at certain times. For each control, there's a bitmap of dis-allowed times. For some, it is easier to @@ -404,8 +404,8 @@ static unsigned int control_forbids[] = { #ifdef WITH_CONTENT_SCAN (1<