git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix bug in previous patch: following data is permitted after '.' so it
[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 ae38e9f8a81cf34394f724c58aa45c814ecb18dd..ffd3b19733c07c30d2ef6ad87f20bb72f815f9da 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
2004/10/07 10:39:01
ph10 Exp $ */
+/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.1
1 2007/01/08 10:50:17
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. */
@@
-44,10
+44,15
@@
uschar actioned_message[24];
uschar *action_required;
uschar *alternate_config = NULL;
uschar *action_required;
uschar *alternate_config = NULL;
+#ifdef EXPERIMENTAL_BRIGHTMAIL
+int bmi_run = 0;
+uschar *bmi_verdicts = NULL;
+#endif
+
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;
@@
-112,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;
@@
-130,11
+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;
BOOL dont_deliver = FALSE;
+#ifdef WITH_CONTENT_SCAN
+int fake_response = OK;
+#endif
+
header_line *header_last = NULL;
header_line *header_list = NULL;
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;
@@
-142,6
+158,11
@@
int interface_port = 0;
BOOL local_error_message = FALSE;
uschar *local_scan_data = NULL;
BOOL log_timezone = FALSE;
BOOL local_error_message = FALSE;
uschar *local_scan_data = NULL;
BOOL log_timezone = FALSE;
+
+#ifdef WITH_CONTENT_SCAN
+uschar *spam_score_int = NULL;
+#endif
+
int message_age = 0;
uschar *message_id;
uschar *message_id_external;
int message_age = 0;
uschar *message_id;
uschar *message_id_external;
@@
-175,6
+196,7
@@
int sender_host_port = 0;
uschar *sender_ident = NULL;
BOOL sender_local = FALSE;
BOOL sender_set_untrusted = FALSE;
uschar *sender_ident = NULL;
BOOL sender_local = FALSE;
BOOL sender_set_untrusted = FALSE;
+uschar *smtp_active_hostname = NULL;
BOOL split_spool_directory = FALSE;
uschar *spool_directory = US SPOOL_DIRECTORY;
BOOL split_spool_directory = FALSE;
uschar *spool_directory = US SPOOL_DIRECTORY;