From 135e3707306cc73230c428686bd332043d65561a Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 13 Jan 2024 11:00:54 +0100 Subject: Don't impose limit on incoming emails' line length. This used to be the cause of bounces of mailing list emails. --- exim.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'exim.conf') diff --git a/exim.conf b/exim.conf index f237306..47ba3a7 100644 --- a/exim.conf +++ b/exim.conf @@ -123,10 +123,6 @@ acl_check_prdr: acl_check_data: - deny condition = ${if > {$max_received_linelength}{998}} - message = maximum allowed line length is 998 octets, \ - got $max_received_linelength - deny !verify = header_syntax message = header syntax log_message = header syntax ($acl_verify_message) -- cgit v1.2.3