]> git.pld-linux.org Git - packages/exim.git/commitdiff
- obsolete (I assume)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 May 2006 08:36:32 +0000 (08:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim-acl_negation.patch -> 1.2

exim-acl_negation.patch [deleted file]

diff --git a/exim-acl_negation.patch b/exim-acl_negation.patch
deleted file mode 100644 (file)
index a6eb45a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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.029358 seconds and 4 git commands to generate.