# HG changeset patch # User Timo Sirainen # Date 1224325815 -10800 # Node ID d956f79228daaf4fd16bea5b9b274f57c68660b5 # Parent 1e0b1888a876078736c4749ba71232b87c5a5a66 deliver: Fixed quota_full_tempfail=no parsing. 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 @@ strstr(name, "_hidden") != NULL || strstr(name, "_subscriptions") != NULL; } + if (strcmp(name, "quota_full_tempfail") == 0) + return TRUE; return FALSE; }