------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=660 --- Comment #4 from Git Commit <[email protected]> 2012-05-01 22:17:13 --- Git commit: http://git.exim.org/exim.git/commitdiff/5407bfff21271f1c25dab2920f983beb4b1d207a commit 5407bfff21271f1c25dab2920f983beb4b1d207a Author: Jeremy Harris <[email protected]> AuthorDate: Fri Apr 27 22:45:16 2012 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Tue May 1 21:01:46 2012 +0100 Change notes for bug 660. --- doc/doc-txt/ChangeLog | 3 +++ src/README.UPDATING | 5 +++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 27fb007..3a75ce0 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -62,6 +62,9 @@ TK/01 Bugzilla 1239 - fix DKIM verification when signature was not inserted as a tracking header (ie: a signed header comes before the signature). Patch from Wolfgang Breyha. +JH/01 Bugzilla 660 - Multi-valued attributes from ldap now parseable as a + comma-sep list; embedded commas doubled. + Exim version 4.77 ----------------- diff --git a/src/README.UPDATING b/src/README.UPDATING index 9e3689d..3dff7c0 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -47,6 +47,11 @@ Exim version 4.78 "openssl_options" gains "no_tlsv1_1", "no_tlsv1_2" and "no_compression". + * Ldap lookups returning multi-valued attributes now separate the attributes + with only a comma, not a comma-space sequence. Also, an actual comma within + a returned attribute is doubled. This makes it possible to parse the + attribute as a comma-separated list. Note the distinction from multiple + attributes being returned, where each one is a name=value pair. Exim version 4.77 -- 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/ ##
