Mercurial > dnsbl
diff src/dnsbl.cpp @ 211:4db1457cd11a stable-6-0-18
Extend auto-whitelisting when receiving mail even if the auto whitelist is specified in a parent context.
Fixes for Solaris from sm-archive.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 22 Mar 2008 11:19:36 -0700 |
parents | 92a5c866bdfa |
children | 82886d4dd71f |
line wrap: on
line diff
--- a/src/dnsbl.cpp Wed Mar 05 18:24:36 2008 -0800 +++ b/src/dnsbl.cpp Sat Mar 22 11:19:36 2008 -0700 @@ -60,7 +60,10 @@ #include "includes.h" -static char* dnsbl_version="$Id$"; +#ifndef HAVE_DAEMON + #include "daemon.h" + #include "daemon.c" +#endif extern "C" { sfsistat mlfi_connect(SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr);