From 9759175c6dcb897101db3528dc4f36e8c20639c1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 18 Jun 2010 22:07:28 +0400 Subject: * New logic of SURBL module: - remove completely 2tld - add option "exception" - for domains from exception list check (level + 1) parts of url: If we have url mail.some.com.ru and have com.ru in exception list then we would check some.com.ru. If we have some.com.ru in exceptions list them mail.some.com.ru would be checked and so on. - optimized parsing of surbl requests * Use system mkstemp(3) on systems where it is available as glib implementation has poor security and generate rather predictable temporary file names. --- config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index bbac937c1..68a39e367 100644 --- a/config.h.in +++ b/config.h.in @@ -122,6 +122,7 @@ #cmakedefine BUILD_STATIC 1 #cmakedefine HAVE_SENDFILE 1 +#cmakedefine HAVE_MKSTEMP 1 #cmakedefine HAVE_SYS_SENDFILE_H 1 #define RVERSION "${RSPAMD_VERSION}" -- cgit v1.2.3