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
Add maildirfolder_create_regex to appendfile.
[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..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.
6 2005/04/29 11:54:23 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
5
*/
+/* 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. */
@@
-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;
@@
-145,7
+145,7
@@
int dk_do_verify = 0;
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;