]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
deliver: Fixed quota_full_tempfail=no parsing.
authorTimo Sirainen <tss@iki.fi>
Sat, 18 Oct 2008 10:30:15 +0000 (13:30 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 18 Oct 2008 10:30:15 +0000 (13:30 +0300)
--HG--
branch : HEAD

src/deliver/deliver.c

index 1a8ade0f2bdebf09127c3a31db31a2dd02dca375..0b361bd331ddeb76f6c63fdc05678c047f4c9594 100644 (file)
@@ -288,6 +288,8 @@ static bool setting_is_bool(const char *name)
                        strstr(name, "_hidden") != NULL ||
                        strstr(name, "_subscriptions") != NULL;
        }
+       if (strcmp(name, "quota_full_tempfail") == 0)
+               return TRUE;
        return FALSE;
 }