[exim-dev] [Bug 1115] added /no_check option to quota and q…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1115] New: added /no_check option to quota and quota_file_count
Subject: [exim-dev] [Bug 1115] added /no_check option to quota and quota_file_count
https://bugs.exim.org/show_bug.cgi?id=1115

Git Commit <git@???> changed:

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


--- Comment #1 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/d291c7670e4c370cdc4f631ea58f82c7f4f87823

commit d291c7670e4c370cdc4f631ea58f82c7f4f87823
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Sun Jun 25 22:54:08 2017 +0200
Commit:     Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Sun Jun 25 23:00:18 2017 +0200


    add quota/quota_filecount transport option modifier "no_check" bug 1115


    this option modifier allows to ignore the quota limits, but update
    the maildirsize file.
----
 doc/doc-docbook/spec.xfpt           |  8 ++++-
 doc/doc-txt/NewStuff                |  3 ++
 src/src/transports/appendfile.c     | 60 +++++++++++++++++++++++++++----------
 src/src/transports/appendfile.h     |  2 ++
 test/confs/5010                     | 35 ++++++++++++++++++++++
 test/confs/5011                     | 35 ++++++++++++++++++++++
 test/confs/5012                     | 35 ++++++++++++++++++++++
 test/log/5010                       | 12 ++++++++
 test/log/5011                       | 18 +++++++++++
 test/log/5012                       |  6 ++++
 test/mail/5010.maildirsize          |  2 ++
 test/mail/5010.new/1.myhost.test.ex | 17 +++++++++++
 test/mail/5011.maildirsize          |  2 ++
 test/mail/5012.maildirsize          |  3 ++
 test/mail/5012.new/1.myhost.test.ex | 17 +++++++++++
 test/mail/5012.new/2.myhost.test.ex | 28 +++++++++++++++++
 test/scripts/5000-maildir/5010      | 35 ++++++++++++++++++++++
 test/scripts/5000-maildir/5011      |  1 +
 test/scripts/5000-maildir/5012      |  1 +
 19 files changed, 304 insertions(+), 16 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.