[exim-dev] [Bug 163] Test for over-quota at SMTP time

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 163] Test for over-quota at SMTP time
https://bugs.exim.org/show_bug.cgi?id=163

Git Commit <git@???> changed:

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


--- Comment #3 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/5fbb51949cbd9765421c5832c2d391f80f8183e9

commit 5fbb51949cbd9765421c5832c2d391f80f8183e9
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon May 25 22:57:57 2020 +0100
Commit:     Jeremy Harris <jgh146exb@???>
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.