diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-08 11:50:37 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-08 11:50:37 +0100 |
commit | 3510ce5f0447a13ee2a5e882cee2a9ce9d1280af (patch) | |
tree | 4e178d04b0b6fe32ba65ff5c0f08b23badc90cfb /src | |
parent | 4f10c76912b0ac78397ea157306460c20f30689a (diff) |
wip
Diffstat (limited to 'src')
-rw-r--r-- | src/src/transports/autoreply.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/transports/autoreply.c b/src/src/transports/autoreply.c index 4c2c08b70..ce7f7e1e2 100644 --- a/src/src/transports/autoreply.c +++ b/src/src/transports/autoreply.c @@ -477,6 +477,7 @@ if (oncelog && *oncelog && to) uschar * dirname = string_copy(oncelog); uschar * s; +debug_printf("%s %d: oncelog '%s'\n", __FUNCTION__, __LINE__, oncelog); if ((s = Ustrrchr(dirname, '/'))) *s = '\0'; EXIM_DBOPEN(oncelog, dirname, O_RDWR|O_CREAT, ob->mode, &dbm_file); if (!dbm_file) |