dovecot-1.1: deliver: Fixed quota_full_tempfail=no parsing.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 18 13:30:18 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/f8e6d1922280
changeset: 7942:f8e6d1922280
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Oct 18 13:30:15 2008 +0300
description:
deliver: Fixed quota_full_tempfail=no parsing.

diffstat:

1 file changed, 2 insertions(+)
src/deliver/deliver.c |    2 ++

diffs (12 lines):

diff -r c4d307b7a3ac -r f8e6d1922280 src/deliver/deliver.c
--- a/src/deliver/deliver.c	Thu Oct 16 16:19:37 2008 +0300
+++ b/src/deliver/deliver.c	Sat Oct 18 13:30:15 2008 +0300
@@ -290,6 +290,8 @@ static bool setting_is_bool(const char *
 			strstr(name, "_hidden") != NULL ||
 			strstr(name, "_subscriptions") != NULL;
 	}
+	if (strcmp(name, "quota_full_tempfail") == 0)
+		return TRUE;
 	return FALSE;
 }
 


More information about the dovecot-cvs mailing list