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
more pdkim wip
[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 969d709b9e7b7eb91ca45caf2659c5ea1fc232d5..fc15dc704311c4336a530985708a0ec80886b5c2 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.
6 2005/04/29 11:54:23 tom
Exp $ */
+/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.
14 2008/12/30 13:12:02 michael
Exp $ */
/*************************************************
* Exim Monitor *
*************************************************/
/*************************************************
* Exim Monitor *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 200
5
*/
+/* 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. */
@@
-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;
@@
-142,10
+141,16
@@
uschar *dk_signing_selector = NULL;
int dk_do_verify = 0;
#endif
int dk_do_verify = 0;
#endif
+#ifdef EXPERIMENTAL_DKIM
+uschar *dkim_signing_domain = NULL;
+uschar *dkim_signing_selector = NULL;
+int dkim_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;
#endif
header_line *header_last = NULL;
@@
-161,9
+166,13
@@
uschar *local_scan_data = NULL;
BOOL log_timezone = FALSE;
#ifdef WITH_CONTENT_SCAN
BOOL log_timezone = FALSE;
#ifdef WITH_CONTENT_SCAN
+uschar *spam_bar = NULL;
+uschar *spam_report = NULL;
+uschar *spam_score = NULL;
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;