git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added $max_received_linelength.
[users/jgh/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 07c8023a00e44c5e7822522655b848cdff67f1b9..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.
3 2004/12/22 12:05:45
ph10 Exp $ */
+/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.
12 2007/06/22 14:38:58
ph10 Exp $ */
/*************************************************
* Exim Monitor *
*************************************************/
/*************************************************
* Exim Monitor *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 200
4
*/
+/* 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. */
@@
-52,7
+52,7
@@
uschar *bmi_verdicts = NULL;
int body_max = 20000;
uschar *exim_path = US BIN_DIRECTORY "/exim"
int body_max = 20000;
uschar *exim_path = US BIN_DIRECTORY "/exim"
- "\0<---------------Space to patch exim_path->";
+
"\0<---------------Space to patch exim_path->";
int eximon_initialized = FALSE;
int eximon_initialized = FALSE;
@@
-117,9
+117,8
@@
that fires up the monitor fishes the value out by using -bP anyway. */
#define SPOOL_DIRECTORY ""
#endif
#define SPOOL_DIRECTORY ""
#endif
-
-uschar *acl_var[ACL_C_MAX+ACL_M_MAX];
-
+tree_node *acl_var_c = NULL;
+tree_node *acl_var_m = NULL;
uschar *active_hostname = NULL;
BOOL allow_unqualified_recipient = FALSE;
BOOL allow_unqualified_sender = FALSE;
uschar *active_hostname = NULL;
BOOL allow_unqualified_recipient = FALSE;
BOOL allow_unqualified_sender = FALSE;
@@
-135,15
+134,23
@@
BOOL deliver_firsttime = FALSE;
BOOL deliver_freeze = FALSE;
int deliver_frozen_at = 0;
BOOL deliver_manual_thaw = FALSE;
BOOL deliver_freeze = FALSE;
int deliver_frozen_at = 0;
BOOL deliver_manual_thaw = FALSE;
+
+#ifdef EXPERIMENTAL_DOMAINKEYS
+uschar *dk_signing_domain = NULL;
+uschar *dk_signing_selector = NULL;
+int dk_do_verify = 0;
+#endif
+
BOOL dont_deliver = FALSE;
#ifdef WITH_CONTENT_SCAN
BOOL dont_deliver = FALSE;
#ifdef WITH_CONTENT_SCAN
-
BOOL fake_reject = FALSE
;
+
int fake_response = OK
;
#endif
header_line *header_last = NULL;
header_line *header_list = NULL;
#endif
header_line *header_last = NULL;
header_line *header_list = NULL;
+BOOL host_lookup_deferred = FALSE;
BOOL host_lookup_failed = FALSE;
uschar *interface_address = NULL;
int interface_port = 0;
BOOL host_lookup_failed = FALSE;
uschar *interface_address = NULL;
int interface_port = 0;
@@
-156,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;