From caee98b5322babe97c33a64141a413f430e9a8ba Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 8 Oct 1996 05:03:55 +0000 Subject: Bug fixes and better RC file documentation. svn path=/trunk/; revision=243 --- driver.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 17b852d0..d03c4730 100644 --- a/driver.c +++ b/driver.c @@ -424,6 +424,10 @@ struct hostrec *queryctl; headers = NULL; } + /* SMTP byte-stuffing */ + if (*bufp == '.' && queryctl->mda[0] == 0) + write(mboxfd, ".", 1); + /* write this line to the file */ if (write(mboxfd,bufp,strlen(bufp)) < 0) { -- cgit v1.2.3