From: Philip Hazel Date: Wed, 12 Jan 2005 12:24:13 +0000 (+0000) Subject: (1) The flags in acl.c for fakereject allowed it in too many places. It X-Git-Tag: exim-4_74_RC1~1111 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=a6c4ab608c0bc25e8981caea289eaa71820334c6;p=user%2Fhenk%2Fcode%2Fexim.git (1) The flags in acl.c for fakereject allowed it in too many places. It is now allowed only when receiving a message. (2) There was a redundant setting of fake_reject=FALSE in spool_in.c. --- diff --git a/src/src/acl.c b/src/src/acl.c index 14fd2a072..843a9ad26 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/acl.c,v 1.12 2005/01/04 11:01:33 ph10 Exp $ */ +/* $Cambridge: exim/src/src/acl.c,v 1.13 2005/01/12 12:24:13 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -405,7 +405,9 @@ static unsigned int control_forbids[] = { #ifdef WITH_CONTENT_SCAN (1<