------- 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 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Git Commit <[email protected]> 2012-10-29 23:17:06 --- Git commit: http://git.exim.org/exim.git/commitdiff/faa05a9388f4efb82db4e7ea20ae746ab62f578a commit faa05a9388f4efb82db4e7ea20ae746ab62f578a Author: Jeremy Harris <[email protected]> AuthorDate: Mon Oct 29 22:14:16 2012 +0000 Commit: Jeremy Harris <[email protected]> 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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
