Mailing List Archive

[Bug 163] Test for over-quota at SMTP time
https://bugs.exim.org/show_bug.cgi?id=163

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|unallocated@exim.org |jgh146exb@wizmail.org
Target Milestone|Exim 4.77 |Exim 4.95+

--
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/ ##
[Bug 163] Test for over-quota at SMTP time [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=163

Git Commit <git@exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |git@exim.org

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

commit 5fbb51949cbd9765421c5832c2d391f80f8183e9
Author: Jeremy Harris <jgh146exb@wizmail.org>
AuthorDate: Mon May 25 22:57:57 2020 +0100
Commit: Jeremy Harris <jgh146exb@wizmail.org>
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/ ##
[Bug 163] Test for over-quota at SMTP time [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=163

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED

--- Comment #4 from Jeremy Harris <jgh146exb@wizmail.org> ---
Nobody commented

--
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/ ##