changeset 8232:cf74d1e2a458 HEAD

Changed the default "quota exceeded" error message.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Oct 2008 15:21:53 +0300
parents 5ed1662b3f5e
children b7cbf648228f
files src/plugins/quota/quota.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/quota/quota.c	Sun Oct 05 14:22:13 2008 +0300
+++ b/src/plugins/quota/quota.c	Sun Oct 05 15:21:53 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 "?"