From 591b7a341c3b5e85762c261744d65b3078291a71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 20 Mar 2018 10:11:23 +0100 Subject: [PATCH] Don't enforce line length by default. --- exim4.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exim4.conf b/exim4.conf index f6021c9..dfde3e7 100644 --- a/exim4.conf +++ b/exim4.conf @@ -739,7 +739,7 @@ begin transports remote_smtp: driver = smtp - message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}} +# message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}} # This transport is used for local delivery to user mailboxes in traditional -- 2.43.0