summaryrefslogtreecommitdiff
path: root/smtp.c
diff options
context:
space:
mode:
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;
}