diff options
author | cebka@lenovo-laptop <cebka@lenovo-laptop> | 2010-01-29 19:18:34 +0300 |
---|---|---|
committer | cebka@lenovo-laptop <cebka@lenovo-laptop> | 2010-01-29 19:18:34 +0300 |
commit | 56f520e21f7f164bcd2d99bb46b5875b0a398e75 (patch) | |
tree | 3452117580d7a0c95f9d41871f001eb6f6b3fa30 /config.h.in | |
parent | 4309626defcbe42d3eb4d73b2e190f85968c964f (diff) | |
download | rspamd-56f520e21f7f164bcd2d99bb46b5875b0a398e75.tar.gz rspamd-56f520e21f7f164bcd2d99bb46b5875b0a398e75.zip |
* 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
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 <signal.h> #include <event.h> #include <glib.h> +#include <gmodule.h> #ifndef NO_GMIME #include <gmime/gmime.h> |