[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
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED


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

commit f511c353099961bba2543516f854676e729ce021
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Sun Jun 25 23:29:18 2017 +0200
Commit:     Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Sun Jun 25 23:29:18 2017 +0200


    Fix what d291c7670e4c370cdc4f631ea58f82c7f4f87823 broke. Closes 1115
---
 src/src/transports/appendfile.c | 2 +-
 test/log/5002                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/src/src/transports/appendfile.c b/src/src/transports/appendfile.c
index 5620071..76816f4 100644
--- a/src/src/transports/appendfile.c
+++ b/src/src/transports/appendfile.c
@@ -1398,7 +1398,7 @@ else
 DEBUG(D_transport)
   {
   debug_printf("appendfile: mode=%o notify_comsat=%d quota=" OFF_T_FMT
-    "%s"
+    "%s%s"
     " warning=" OFF_T_FMT "%s\n"
     "  %s=%s format=%s\n  message_prefix=%s\n  message_suffix=%s\n  "
     "maildir_use_size_file=%s\n",
diff --git a/test/log/5002 b/test/log/5002
index 6c45cd7..f4ba74f 100644
--- a/test/log/5002
+++ b/test/log/5002
@@ -2,7 +2,7 @@
 1999-03-02 09:44:33 10HmaX-0005vi-00 => userx <userx@???> R=all
T=local_delivery
 1999-03-02 09:44:33 10HmaX-0005vi-00 Completed
 1999-03-02 09:44:33 10HmaY-0005vi-00 <= CALLER@??? U=CALLER P=local S=sss
-1999-03-02 09:44:33 10HmaY-0005vi-00 == userx@??? R=all T=local_delivery
defer (-22): mailbox is full (MTA-imposed quota exceeded while writing to
tmp/MAILDIR.myhost.test.ex)
+1999-03-02 09:44:33 10HmaY-0005vi-00 == userx@??? R=all T=local_delivery
defer (-22): mailbox is full (MTA-imposed filecount quota exceeded while
writing to tmp/MAILDIR.myhost.test.ex)
 1999-03-02 09:44:33 10HmaZ-0005vi-00 <= CALLER@??? U=CALLER P=local S=sss
 1999-03-02 09:44:33 10HmaZ-0005vi-00 == qqq@??? R=all T=local_delivery
defer (-22): mailbox is full (MTA-imposed filecount quota exceeded while
writing to tmp/MAILDIR.myhost.test.ex)
 1999-03-02 09:44:33 10HmbA-0005vi-00 <= CALLER@??? U=CALLER P=local S=sss


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