]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lda: Removed accidentally committed debug change.
authorTimo Sirainen <tss@iki.fi>
Tue, 27 Oct 2009 20:10:28 +0000 (16:10 -0400)
committerTimo Sirainen <tss@iki.fi>
Tue, 27 Oct 2009 20:10:28 +0000 (16:10 -0400)
--HG--
branch : HEAD

src/lda/main.c

index d108b47154a9c3f9ba44186e678531045199c423..a24e9410efcf85b30b94210121163581304f550c 100644 (file)
@@ -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",