[dovecot-cvs] dovecot/src/deliver deliver.c,1.34,1.35
tss at dovecot.org
tss at dovecot.org
Thu Nov 2 20:05:27 UTC 2006
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv5724
Modified Files:
deliver.c
Log Message:
Make mail_debug=yes work with deliver too.
Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/deliver.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- deliver.c 2 Nov 2006 19:55:48 -0000 1.34
+++ deliver.c 2 Nov 2006 20:05:24 -0000 1.35
@@ -480,6 +480,9 @@
config_file_init(config_path);
open_logfile(user);
+ if (getenv("MAIL_DEBUG") != NULL)
+ env_put("DEBUG=1");
+
if (destination != NULL) {
auth_socket = getenv("AUTH_SOCKET_PATH");
if (auth_socket == NULL)
More information about the dovecot-cvs
mailing list