X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8523533c08c018ac4b750b0e0fab6cfe611e8a49..c988f1f4faa9f679f79beddf3c14676c5dcb8e28:/src/src/acl.c diff --git a/src/src/acl.c b/src/src/acl.c index 247ffbb62..014721f12 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/acl.c,v 1.6 2004/12/16 15:11:47 tom Exp $ */ +/* $Cambridge: exim/src/src/acl.c,v 1.11 2005/01/04 10:00:42 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2004 */ +/* Copyright (c) University of Cambridge 1995 - 2005 */ /* See the file NOTICE for conditions of use and distribution. */ /* Code for handling Access Control Lists (ACLs) */ @@ -220,7 +220,7 @@ static unsigned int cond_forbids[] = { (1<next) no_multiline_responses = TRUE; break; -#ifdef WITH_CONTENT_SCAN case CONTROL_FAKEREJECT: fake_reject = TRUE; if (*p == '/') @@ -1667,7 +1666,6 @@ for (; cb != NULL; cb = cb->next) fake_reject_text = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legit message, it may still be delivered to the target recipient(s)."; } break; -#endif case CONTROL_FREEZE: deliver_freeze = TRUE;