From 56f520e21f7f164bcd2d99bb46b5875b0a398e75 Mon Sep 17 00:00:00 2001 From: "cebka@lenovo-laptop" Date: Fri, 29 Jan 2010 19:18:34 +0300 Subject: * Add support of custom filters in rspamd worker - custom filters are dlopened and provides callbacks for user's input processing - custom filters can be used to extend rspamd functionality for unusual (non email processing cases) - custom filters allows to use rspamd async IO model and process management for performing custom network tasks --- 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 e672c6d88..948a986c4 100644 --- a/config.h.in +++ b/config.h.in @@ -294,6 +294,7 @@ #include #include #include +#include #ifndef NO_GMIME #include -- cgit v1.2.3