https://bugs.exim.org/show_bug.cgi?id=2537
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/b273058b341903372bdebe67d2960e4f8d2d8689 commit b273058b341903372bdebe67d2960e4f8d2d8689 Author: Jeremy Harris <[email protected]> AuthorDate: Sun Mar 1 14:05:43 2020 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Mar 1 15:10:32 2020 +0000 fix $mime_part_count for non-mime message on multi-message connection. bug 2537 ---- doc/doc-docbook/spec.xfpt | 24 ++- doc/doc-txt/ChangeLog | 3 + src/src/mime.c | 52 +++---- src/src/receive.c | 8 + src/src/string.c | 16 +- test/confs/4001 | 46 ++---- test/confs/4002 | 53 ++++--- test/confs/4003 | 13 +- test/confs/{4003 => 4004} | 0 test/confs/4015 | 39 ++++- test/log/4001 | 6 - test/log/4002 | 19 +-- test/log/4003 | 17 +- test/log/{4003 => 4004} | 0 test/mail/{4001.userx => 4002.userx} | 0 test/runtest | 3 + test/scripts/4000-scanning/4001 | 104 ++++++++----- test/scripts/4000-scanning/4002 | 248 +++--------------------------- test/scripts/4000-scanning/4003 | 225 +++++++++++++++++++++++++-- test/scripts/4000-scanning/{4003 => 4004} | 0 test/stderr/4001 | 116 ++++++++++++++ test/stderr/4004 | 3 - test/stdout/4001 | 38 +++-- test/stdout/4002 | 209 +------------------------ test/stdout/4003 | 216 +++++++++++++++++++++++--- test/stdout/{4003 => 4004} | 0 26 files changed, 830 insertions(+), 628 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/ ##
