[exim-dev] [Bug 2413] unexpanded value of dkim_strict is use…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 2413] New: dkim_strict value is compared against unexpanded string in DKIM transport
Subject: [exim-dev] [Bug 2413] unexpanded value of dkim_strict is used for comparison in DKIM transport
https://bugs.exim.org/show_bug.cgi?id=2413

Git Commit <git@???> changed:

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


--- Comment #2 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/9fa4d5b45f70b36a46c0d04381a5e05cb39ae3e9

commit 9fa4d5b45f70b36a46c0d04381a5e05cb39ae3e9
Author:     Ruben Jenster <r.jenster@???>
AuthorDate: Fri Jul 19 12:56:56 2019 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Thu Jul 25 12:21:22 2019 +0100


    fix dkim_strict expansion.  bug 2413


    broken since the introduction of dkim support.
    testsuite additions by jgh
----
 doc/doc-txt/ChangeLog       |   4 ++
 src/src/dkim.c              |   7 +-
 src/src/dkim_transport.c    |   4 +-
 test/confs/4520             |   2 +-
 test/log/4520               | 168 +++++++++++++++++++++++---------------------
 test/log/4523               |   4 +-
 test/log/4524               |   4 +-
 test/log/4545               |   8 +--
 test/mail/4520.a            |   6 +-
 test/mail/4520.b            |   6 +-
 test/mail/4520.b10          |   6 +-
 test/mail/4520.b12          |   6 +-
 test/mail/4520.b20          |   6 +-
 test/mail/4520.b22          |   6 +-
 test/mail/4520.d            |   6 +-
 test/mail/4520.e            |   6 +-
 test/mail/4520.f            |   6 +-
 test/paniclog/4520          |   1 +
 test/scripts/4500-DKIM/4520 |   7 ++
 test/stderr/4520            |   5 +-
 20 files changed, 146 insertions(+), 122 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.