Restrict line lengths in bounces. Bug 1760
[exim.git] / src / src / globals.c
index 14a821a19eb1a0909f3ce49f49c246034f7bdabc..089d5adb7fb0ad43d0b94faefff089349c7df37c 100644 (file)
@@ -475,6 +475,7 @@ uschar *bounce_message_file    = NULL;
 uschar *bounce_message_text    = NULL;
 uschar *bounce_recipient       = NULL;
 BOOL    bounce_return_body     = TRUE;
+int     bounce_return_linesize_limit = 998;
 BOOL    bounce_return_message  = TRUE;
 int     bounce_return_size_limit = 100*1024;
 uschar *bounce_sender_authentication = NULL;