https://bugs.exim.org/show_bug.cgi?id=163
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/5fbb51949cbd9765421c5832c2d391f80f8183e9 commit 5fbb51949cbd9765421c5832c2d391f80f8183e9 Author: Jeremy Harris <[email protected]> AuthorDate: Mon May 25 22:57:57 2020 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Tue May 26 11:33:14 2020 +0100 quota checking during reception. bug 163 ---- doc/doc-docbook/spec.xfpt | 51 ++++++ doc/doc-txt/NewStuff | 3 + src/src/acl.c | 85 ++++++++- src/src/child.c | 2 +- src/src/deliver.c | 2 +- src/src/exim.c | 21 +++ src/src/functions.h | 4 + src/src/globals.h | 1 + src/src/macros.h | 1 + src/src/smtp_in.c | 3 +- src/src/transports/appendfile.c | 12 ++ src/src/verify.c | 377 +++++++++++++++++++++++++++++++++------- test/confs/0589 | 60 +++++++ test/log/0589 | 17 ++ test/rejectlog/0589 | 6 + test/scripts/0000-Basic/0589 | 44 +++++ test/stdout/0589 | 61 +++++++ 17 files changed, 680 insertions(+), 70 deletions(-) -- You are receiving this mail because: You are the QA Contact for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
