[dovecot-cvs] dovecot/src/deliver deliver.c,1.59,1.60
tss at dovecot.org
tss at dovecot.org
Mon Mar 26 03:10:10 EEST 2007
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv15316
Modified Files:
deliver.c
Log Message:
If storage creation failed, exit with EX_TEMPFAIL instead of EX_CONFIG.
Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/deliver.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- deliver.c 25 Mar 2007 23:58:22 -0000 1.59
+++ deliver.c 26 Mar 2007 00:10:08 -0000 1.60
@@ -663,7 +663,7 @@
storage = mail_storage_create_with_data(mail_env, destination,
flags, lock_method);
if (storage == NULL) {
- i_fatal_status(EX_CONFIG,
+ i_fatal_status(EX_TEMPFAIL,
"Failed to create storage for '%s' with mail '%s'",
destination, mail_env == NULL ? "(null)" : mail_env);
}
More information about the dovecot-cvs
mailing list