From cd2170b37673352903432c4851a31168a5e5e5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 4 Jul 2003 16:28:14 +0000 Subject: Search for the global configuration file. Do not make the CRLF line translation for the MDA pipe. --- smtp.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'smtp.c') diff --git a/smtp.c b/smtp.c index e71b5cd..3c3e4fa 100644 --- a/smtp.c +++ b/smtp.c @@ -18,7 +18,6 @@ #include #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; } -- cgit v1.2.3