changeset 10209:b470c03b7164 HEAD

lda: Removed accidentally committed debug change.
author Timo Sirainen <tss@iki.fi>
date Tue, 27 Oct 2009 16:10:28 -0400
parents 233cda69b00a
children 66eaf7b1e36b
files src/lda/main.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lda/main.c	Tue Oct 27 16:09:09 2009 -0400
+++ b/src/lda/main.c	Tue Oct 27 16:10:28 2009 -0400
@@ -36,8 +36,7 @@
 
 /* After buffer grows larger than this, create a temporary file to /tmp
    where to read the mail. */
-//#define MAIL_MAX_MEMORY_BUFFER (1024*128)
-#define MAIL_MAX_MEMORY_BUFFER 10
+#define MAIL_MAX_MEMORY_BUFFER (1024*128)
 
 static const char *wanted_headers[] = {
 	"From", "To", "Message-ID", "Subject", "Return-Path",