dovecot-1.1: Changed the default "quota exceeded" error message.

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 5 15:21:36 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/227035bb56ad
changeset: 7907:227035bb56ad
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 05 15:21:32 2008 +0300
description:
Changed the default "quota exceeded" error message.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/plugins/quota/quota.c |    3 ++-

diffs (13 lines):

diff -r 645ea17b4950 -r 227035bb56ad src/plugins/quota/quota.c
--- a/src/plugins/quota/quota.c	Sun Oct 05 14:22:28 2008 +0300
+++ b/src/plugins/quota/quota.c	Sun Oct 05 15:21:32 2008 +0300
@@ -12,7 +12,8 @@
 #include <stdlib.h>
 #include <sys/wait.h>
 
-#define DEFAULT_QUOTA_EXCEEDED_MSG "Quota exceeded"
+#define DEFAULT_QUOTA_EXCEEDED_MSG \
+	"Quota exceeded (mailbox for user is full)"
 #define RULE_NAME_DEFAULT_FORCE "*"
 #define RULE_NAME_DEFAULT_NONFORCE "?"
 


More information about the dovecot-cvs mailing list