From: Timo Sirainen Date: Sun, 5 Oct 2008 12:21:53 +0000 (+0300) Subject: Changed the default "quota exceeded" error message. X-Git-Tag: 1.2.alpha2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb2b5a7d6e7e651191bf9ee1eda94a6e207288b0;p=thirdparty%2Fdovecot%2Fcore.git Changed the default "quota exceeded" error message. --HG-- branch : HEAD --- diff --git a/src/plugins/quota/quota.c b/src/plugins/quota/quota.c index ff47f77e37..ba5e121de9 100644 --- a/src/plugins/quota/quota.c +++ b/src/plugins/quota/quota.c @@ -12,7 +12,8 @@ #include #include -#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 "?"