[dovecot-cvs] dovecot/src/deliver deliver.c,1.20.2.17,1.20.2.18
tss at dovecot.org
tss at dovecot.org
Thu Nov 2 20:05:25 UTC 2006
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv5728
Modified Files:
Tag: branch_1_0
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.20.2.17
retrieving revision 1.20.2.18
diff -u -d -r1.20.2.17 -r1.20.2.18
--- deliver.c 2 Nov 2006 19:55:47 -0000 1.20.2.17
+++ deliver.c 2 Nov 2006 20:05:22 -0000 1.20.2.18
@@ -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