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

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


details:   http://hg.dovecot.org/dovecot-1.2/rev/d956f79228da
changeset: 8284:d956f79228da
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 1e0b1888a876 -r d956f79228da src/deliver/deliver.c
--- a/src/deliver/deliver.c	Fri Oct 17 11:13:04 2008 +0300
+++ b/src/deliver/deliver.c	Sat Oct 18 13:30:15 2008 +0300
@@ -288,6 +288,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