summaryrefslogtreecommitdiff
path: root/smtp.c
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-04 16:28:14 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-04 16:28:14 +0000
commitcd2170b37673352903432c4851a31168a5e5e5bb (patch)
tree4d8f8e90808274ea0b4930724052a41e8d4acea5 /smtp.c
parent15350708d628c8be91ca0ac00ec7956bbf3f6c80 (diff)
Search for the global configuration file.
Do not make the CRLF line translation for the MDA pipe.
Diffstat (limited to 'smtp.c')
-rw-r--r--smtp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/smtp.c b/smtp.c
index e71b5cd..3c3e4fa 100644
--- a/smtp.c
+++ b/smtp.c
@@ -18,7 +18,6 @@
#include <libesmtp.h>
#include "smtp.h"
-#include "local.h"
#include "main.h"
#include "xmalloc.h"
@@ -149,10 +148,6 @@ static const char * message_cb (void **buf, int *len, void *arg)
*len = message_read(message, *buf, BUFSIZ);
- /** hook for the MDA */
- if(mda_fp)
- fwrite(*buf, 1, *len, mda_fp);
-
return *buf;
}