Mercurial > dnsbl
view src/includes.h @ 426:beda588f2881 stable-6-0-60
include sample dkim config
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Aug 2017 09:39:31 -0700 |
parents | c378e9d03f37 |
children | 69d33c034a8e |
line wrap: on
line source
/* Copyright (c) 2007 Carl Byington - 510 Software Group, released under the GPL version 3 or any later version at your choice available at http://www.gnu.org/licenses/gpl-3.0.txt */ #define VERIFY_DEBUG 1 #define RESOLVER_DEBUG 1 #undef VERIFY_DEBUG #undef RESOLVER_DEBUG #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <map> #include <list> #include <set> #include <fstream> #include <regex.h> #include <string.h> #include <stdlib.h> #include <stdio.h> #include <string> #include <stdint.h> #include "tokenizer.h" #include "context.h" #include "dnsbl.h" #include "scanner.h" #include "spamass.h" #include "dccifd.h"