Fix SPA authenticator, checking client-supplied data before using it. Bug 2571
[exim.git] / src / src / macro_predef.h
1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
4
5 /* Copyright (c) Jeremy Harris 2017 - 2018 */
6 /* See the file NOTICE for conditions of use and distribution. */
7
8 /* Global functions */
9
10 extern void spf(uschar *, int, const uschar *, ...);
11 extern void builtin_macro_create(const uschar *);
12 extern void builtin_macro_create_var(const uschar *, const uschar *);
13 extern void options_from_list(optionlist *, unsigned, const uschar *, uschar *);
14
15 extern void features_malware(void);
16 extern void features_crypto(void);
17 extern void options_main(void);
18 extern void options_routers(void);
19 extern void options_transports(void);
20 extern void options_auths(void);
21 extern void options_logging(void);
22 extern void params_dkim(void);
23 #ifndef DISABLE_TLS
24 extern void options_tls(void);
25 #endif
26