]> git.pld-linux.org Git - packages/exim.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 5 Apr 2006 08:06:01 +0000 (08:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim-acl_negation.patch -> 1.1

exim-acl_negation.patch [new file with mode: 0644]

diff --git a/exim-acl_negation.patch b/exim-acl_negation.patch
new file mode 100644 (file)
index 0000000..a6eb45a
--- /dev/null
@@ -0,0 +1,23 @@
+diff -urN exim-4.61.org/src/acl.c exim-4.61/src/acl.c
+--- exim-4.61.org/src/acl.c    2006-04-04 16:00:04.000000000 +0200
++++ exim-4.61/src/acl.c        2006-04-05 10:05:34.000000000 +0200
+@@ -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 */
This page took 0.028036 seconds and 4 git commands to generate.