dovecot-1.2: Changed the default "quota exceeded" error message.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sun Oct  5 15:22:02 EEST 2008
    
    
  
details:   http://hg.dovecot.org/dovecot-1.2/rev/cf74d1e2a458
changeset: 8232:cf74d1e2a458
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 05 15:21:53 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 5ed1662b3f5e -r cf74d1e2a458 src/plugins/quota/quota.c
--- 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 "?"
 
    
    
More information about the dovecot-cvs
mailing list