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
A tweak to the "H" retry rule from Michael Haardt.
[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 d9f92d8be848701548dc9b3e3d058e78ddb33688..621d8b207fc7f4ab3aebd519d2c660eaaf5517ba 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.
2 2004/12/16 15:11:47 tom
Exp $ */
+/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.
9 2006/02/07 11:18:59 ph10
Exp $ */
/*************************************************
* Exim Monitor *
*************************************************/
/*************************************************
* Exim Monitor *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 200
4
*/
+/* Copyright (c) University of Cambridge 1995 - 200
6
*/
/* 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;
@@
-118,7
+118,7
@@
that fires up the monitor fishes the value out by using -bP anyway. */
#endif
#endif
-uschar *acl_var[ACL_C
_MAX+ACL_M_MAX
];
+uschar *acl_var[ACL_C
VARS + ACL_MVARS
];
uschar *active_hostname = NULL;
BOOL allow_unqualified_recipient = FALSE;
uschar *active_hostname = NULL;
BOOL allow_unqualified_recipient = FALSE;
@@
-135,15
+135,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;
@@
-189,6
+197,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;