fanf2 2006/04/04 18:05:45 BST
Modified files:
exim-src/src acl.c
Log:
Correct the order of the acl and add_header entries in a couple of tables.
Revision Changes Path
1.58 +2 -2 exim/exim-src/src/acl.c
Index: acl.c
===================================================================
RCS file: /home/cvs/exim/exim-src/src/acl.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -u -r1.57 -r1.58
--- acl.c 6 Mar 2006 16:05:12 -0000 1.57
+++ acl.c 4 Apr 2006 17:05:45 -0000 1.58
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/exim-src/src/acl.c,v 1.57 2006/03/06 16:05:12 ph10 Exp $ */
+/* $Cambridge: exim/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 @@
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 @@
/* 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 */