1 /* $Cambridge: exim/src/src/spf.h,v 1.6 2005/06/27 15:28:45 tom Exp $ */
3 /*************************************************
4 * Exim - an Internet mail transport agent *
5 *************************************************/
7 /* Experimental SPF support.
8 Copyright (c) Tom Kistner <tom@duncanthrax.net> 2004
11 #ifdef EXPERIMENTAL_SPF
13 /* Yes, we do have ns_type. spf.h redefines it if we don't set this. Doh */
19 #include <spf2/spf_dns_resolv.h>
20 #include <spf2/spf_dns_cache.h>
22 typedef struct spf_result_id {
28 int spf_init(uschar *,uschar *);
29 int spf_process(uschar **, uschar *);