From 3e5369844177561a916e69df7a5333a848f2bb6c Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Tue, 4 Apr 2006 17:05:45 +0000 Subject: [PATCH] Correct the order of the acl and add_header entries in a couple of tables. --- src/src/acl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/src/acl.c b/src/src/acl.c index 9df6339a7..1ad01ea74 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/acl.c,v 1.57 2006/03/06 16:05:12 ph10 Exp $ */ +/* $Cambridge: exim/src/src/acl.c,v 1.58 2006/04/04 17:05:45 fanf2 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -202,8 +202,8 @@ at the outer level. In the other cases, expansion already occurs in the checking functions. */ static uschar cond_expand_at_top[] = { - TRUE, /* add_header */ TRUE, /* acl */ + TRUE, /* add_header */ FALSE, /* authenticated */ #ifdef EXPERIMENTAL_BRIGHTMAIL TRUE, /* bmi_optin */ @@ -260,8 +260,8 @@ static uschar cond_expand_at_top[] = { /* Flags to identify the modifiers */ static uschar cond_modifiers[] = { - TRUE, /* add_header */ FALSE, /* acl */ + TRUE, /* add_header */ FALSE, /* authenticated */ #ifdef EXPERIMENTAL_BRIGHTMAIL TRUE, /* bmi_optin */ -- 2.30.2