[exim-dev] [Bug 2269] protect against large number of DKIM s…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2269] protect against large number of DKIM sig headers
https://bugs.exim.org/show_bug.cgi?id=2269

Git Commit <git@???> changed:

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


--- Comment #1 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/64b67b658a37dd780cc1b2fd0ef87febe461a0ba

commit 64b67b658a37dd780cc1b2fd0ef87febe461a0ba
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Apr 23 11:26:52 2018 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Mon Apr 23 11:38:59 2018 +0100


    dkim: enforce limit of 20 on received dkim-signature: headers.  bug 2269
----
 doc/doc-txt/ChangeLog         |    6 +-
 src/exim_monitor/em_globals.c |    2 +-
 src/src/dkim.c                |    8 +-
 src/src/globals.c             |    2 +-
 src/src/globals.h             |    2 +-
 src/src/pdkim/pdkim.c         |   10 +-
 src/src/pdkim/pdkim.h         |    5 +-
 src/src/smtp_in.c             |    7 +-
 src/src/spool_in.c            |    2 +-
 test/log/4506                 |   14 +-
 test/scripts/4500-DKIM/4506   | 6068 +++++++++++++++++++++++++++++++++++++++++
 11 files changed, 6107 insertions(+), 19 deletions(-)


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