]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Changed the default "quota exceeded" error message.
authorTimo Sirainen <tss@iki.fi>
Sun, 5 Oct 2008 12:21:53 +0000 (15:21 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 5 Oct 2008 12:21:53 +0000 (15:21 +0300)
--HG--
branch : HEAD

src/plugins/quota/quota.c

index ff47f77e371701b467e2d6a7f74d0dc54eae2b60..ba5e121de9e67f7a4a8de1af9601fb5d84149768 100644 (file)
@@ -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 "?"