git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix bug in readconf in diagnosing overflowing ints in 64-bit systems.
[users/heiko/exim.git]
/
src
/
exim_monitor
/
em_globals.c
diff --git
a/src/exim_monitor/em_globals.c
b/src/exim_monitor/em_globals.c
index 361ac4e78ca3e30b27ffbe3f01a1d7c0367580c2..f7101499742eab96eea890b2653d60d2a16bc956 100644
(file)
--- a/
src/exim_monitor/em_globals.c
+++ b/
src/exim_monitor/em_globals.c
@@
-1,10
+1,10
@@
-/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.1
0 2006/09/19 11:28:45
ph10 Exp $ */
+/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.1
2 2007/06/22 14:38:58
ph10 Exp $ */
/*************************************************
* Exim Monitor *
*************************************************/
/*************************************************
* Exim Monitor *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 200
6
*/
+/* Copyright (c) University of Cambridge 1995 - 200
7
*/
/* See the file NOTICE for conditions of use and distribution. */
/* See the file NOTICE for conditions of use and distribution. */
@@
-163,6
+163,7
@@
BOOL log_timezone = FALSE;
uschar *spam_score_int = NULL;
#endif
uschar *spam_score_int = NULL;
#endif
+int max_received_linelength= 0;
int message_age = 0;
uschar *message_id;
uschar *message_id_external;
int message_age = 0;
uschar *message_id;
uschar *message_id_external;