summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-02-20 09:53:41 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-02-20 09:53:41 +0000
commit5a11a7b41649e95629fa9944a2fa81b3e50707e4 (patch)
tree0e8274253bf627668dd7ff2bcafa61a7adbc53e5 /src
parent0e20aff9980e70378ce93624a7d7d02a04a1a7a3 (diff)
Make bounce for system quota error the same as for Exim quota.
Diffstat (limited to 'src')
-rw-r--r--src/src/transports/appendfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/transports/appendfile.c b/src/src/transports/appendfile.c
index f31232a0f..16aa3927b 100644
--- a/src/src/transports/appendfile.c
+++ b/src/src/transports/appendfile.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/transports/appendfile.c,v 1.21 2007/01/22 16:29:55 ph10 Exp $ */
+/* $Cambridge: exim/src/src/transports/appendfile.c,v 1.22 2007/02/20 09:53:41 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -2903,6 +2903,7 @@ if (yield != OK)
#else
addr->message = string_sprintf("mailbox is full");
#endif /* EDQUOT */
+ addr->user_message = US"mailbox is full";
DEBUG(D_transport) debug_printf("System quota exceeded for %s%s%s\n",
dataname,
isdirectory? US"" : US": time since file read = ",