diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1102,6 +1102,8 @@ int num; /* index of message */ if (idp->val.status.mark == XMIT_ACCEPT) good_addresses++; + destaddr = "localhost"; + length = strlen(ctl->mda) + 1; before = xstrdup(ctl->mda); |