From: Vsevolod Stakhov Date: Tue, 31 Jan 2012 17:02:46 +0000 (+0400) Subject: Fix critical bug with events checking during filters processing. X-Git-Tag: 0.4.7~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3958296431df16a30550047103008c1324fa331a;p=thirdparty%2Frspamd.git Fix critical bug with events checking during filters processing. --- diff --git a/src/filter.c b/src/filter.c index 22693eb8d2..e4ba63f0fe 100644 --- a/src/filter.c +++ b/src/filter.c @@ -245,6 +245,7 @@ process_filters (struct worker_task *task) cur = g_list_next (cur); } } + check_session_pending (task->s); return 1; }