aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 4bad2fd4..eb6f5951 100644
--- a/driver.c
+++ b/driver.c
@@ -725,7 +725,7 @@ struct query *ctl; /* query control record */
}
/* SMTP byte-stuffing */
- if (*bufp == '.' && ctl->mda[0] == 0)
+ if (*bufp == '.')
if (ctl->mda[0])
fputs(".", sinkfp);
else if (sinkfp)