From 0f9b04830a9428a58730cc6a60faa9a169522dc3 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Sun, 2 Jan 2005 18:22:05 +0000 Subject: [PATCH] Missed out a couple of fakereject cases that were still #ifdef-ed with CONTENT_SCAN. --- src/src/acl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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<