]> git.pld-linux.org Git - packages/exim.git/blame - exim-acl_negation.patch
- new
[packages/exim.git] / exim-acl_negation.patch
CommitLineData
eba1838d
AM
1diff -urN exim-4.61.org/src/acl.c exim-4.61/src/acl.c
2--- exim-4.61.org/src/acl.c 2006-04-04 16:00:04.000000000 +0200
3+++ exim-4.61/src/acl.c 2006-04-05 10:05:34.000000000 +0200
4@@ -202,8 +202,8 @@
5 checking functions. */
6
7 static uschar cond_expand_at_top[] = {
8- TRUE, /* add_header */
9 TRUE, /* acl */
10+ TRUE, /* add_header */
11 FALSE, /* authenticated */
12 #ifdef EXPERIMENTAL_BRIGHTMAIL
13 TRUE, /* bmi_optin */
14@@ -260,8 +260,8 @@
15 /* Flags to identify the modifiers */
16
17 static uschar cond_modifiers[] = {
18- TRUE, /* add_header */
19 FALSE, /* acl */
20+ TRUE, /* add_header */
21 FALSE, /* authenticated */
22 #ifdef EXPERIMENTAL_BRIGHTMAIL
23 TRUE, /* bmi_optin */
This page took 1.045409 seconds and 4 git commands to generate.