[exim-dev] [Bug 1305] ACL expansions lose smtp phase info; a…

Top Page
Delete this message
Reply to this message
Author: Git Commit
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1305] ACL expansions lose smtp phase info; affects ratelimit
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1305

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???





--- Comment #1 from Git Commit <git@???> 2012-10-29 23:17:06 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/faa05a9388f4efb82db4e7ea20ae746ab62f578a

commit faa05a9388f4efb82db4e7ea20ae746ab62f578a
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Oct 29 22:14:16 2012 +0000
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Mon Oct 29 22:14:16 2012 +0000


    track acl context through ${acl expansions. bug 1305.


    rather than pass "where" around all the string-expansion calls i've
    used a global; and unpleasant mismatch with the existing "where"
    tracking done for nested acl calls.
----
 src/src/acl.c       |   37 ++++++++++++++++++++++++++++++++++++-
 src/src/deliver.c   |    5 +++++
 src/src/expand.c    |    3 ++-
 src/src/functions.h |    1 +
 src/src/globals.c   |    4 +++-
 src/src/macros.h    |    3 ++-
 6 files changed, 49 insertions(+), 4 deletions(-)



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email