Restrict line lengths in bounces. Bug 1760
[exim.git] / src / src / globals.h
index 9ae78a920773b95dfb7366370ad511fa4794b552..bd45e784bb83dc2eb6fc8772dda7e80963ae0976 100644 (file)
@@ -250,6 +250,7 @@ extern uschar *bounce_message_file;    /* Template file */
 extern uschar *bounce_message_text;    /* One-liner */
 extern uschar *bounce_recipient;       /* When writing an errmsg */
 extern BOOL    bounce_return_body;     /* Include body in returned message */
+extern int     bounce_return_linesize_limit; /* Max line length in return */
 extern BOOL    bounce_return_message;  /* Include message in bounce */
 extern int     bounce_return_size_limit; /* Max amount to return */
 extern uschar *bounce_sender_authentication; /* AUTH address for bounces */