--- 4.5.35/exim.conf-SpamBlockerTechnology-v4.5.35.txt	2021-01-31 04:36:40.704611487 -0700
+++ 4.5.36/exim.conf-SpamBlockerTechnology-v4.5.36.txt	2021-12-08 05:33:01.060245588 -0700
@@ -1,4 +1,4 @@
-# SpamBlockerTechnology* powered exim.conf, Version 4.5.35
+# SpamBlockerTechnology* powered exim.conf, Version 4.5.36
 # December 10, 2020
 # Exim configuration file for DirectAdmin
 # Requires exim.pl as distributed by DirectAdmin here:
@@ -1011,6 +1011,7 @@
 #COMMENT#61:
 remote_smtp:
   driver = smtp
+  message_linelength_limit = 52428800
   headers_add = "${if def:authenticated_id{X-Authenticated-Id: ${authenticated_id}}}"
   interface = <; ${if exists{/etc/virtual/domainips}{${lookup{$sender_address_domain}lsearch*{/etc/virtual/domainips}}}}
   helo_data = ${if exists{/etc/virtual/helo_data}{${lookup{$sending_ip_address}iplsearch{/etc/virtual/helo_data}{$value}{$primary_hostname}}}{$primary_hostname}}
@@ -1020,6 +1021,7 @@
 
 remote_smtp_forward_transport:
   driver = smtp
+  message_linelength_limit = 52428800
   headers_add = "${if def:authenticated_id{X-Authenticated-Id: ${authenticated_id}}}"
   interface = <; ${if exists{/etc/virtual/domainips}{${lookup{$original_domain}lsearch*{/etc/virtual/domainips}}}}
   helo_data = ${if exists{/etc/virtual/helo_data}{${lookup{$sending_ip_address}iplsearch{/etc/virtual/helo_data}{$value}{$primary_hostname}}}{$primary_hostname}}
