https://bugs.exim.org/show_bug.cgi?id=2186
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/a79d883474c84fa2a286b7797a7664b599912fcd commit a79d883474c84fa2a286b7797a7664b599912fcd Author: Jeremy Harris <[email protected]> AuthorDate: Tue Nov 7 19:01:42 2017 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Tue Nov 7 19:01:42 2017 +0000 dkim: allow the dkim acl to override verification results. bug 2186 this provides generic support, though is covers the need introduced by https://datatracker.ietf.org/doc/draft-ietf-dcrup-dkim-usage/?include_text=1 (deprecating sha-1 and rsa keys shorter than 1024 bits). ---- doc/doc-docbook/spec.xfpt | 17 ++++ doc/doc-txt/NewStuff | 1 + src/src/acl.c | 51 ++++++++++-- src/src/dkim.c | 193 +++++++++++++++++++++++++------------------- src/src/dkim.h | 2 + src/src/expand.c | 4 +- src/src/globals.c | 2 + src/src/globals.h | 2 + src/src/receive.c | 9 ++- test/confs/4500 | 16 +++- test/log/4500 | 13 ++- test/log/4501 | 4 +- test/log/4502 | 8 +- test/log/4503 | 2 +- test/log/4506 | 8 +- test/log/4520 | 17 ++-- test/log/4523 | 3 +- test/log/4524 | 3 +- test/log/4550 | 2 +- test/scripts/4500-DKIM/4500 | 38 +++++++++ test/stderr/4507 | 10 ++- 21 files changed, 281 insertions(+), 124 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
