]> source.dussan.org Git - rspamd.git/commitdiff
Fix critical bug with events checking during filters processing.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 31 Jan 2012 17:02:46 +0000 (21:02 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 31 Jan 2012 17:02:46 +0000 (21:02 +0400)
src/filter.c

index 22693eb8d2653fe4b2b802ba1dd7b3e358f4b5de..e4ba63f0fe08eec7ab084ffeec609322f0543bcb 100644 (file)
@@ -245,6 +245,7 @@ process_filters (struct worker_task *task)
                        cur = g_list_next (cur);
                }
        }
+       check_session_pending (task->s);
 
        return 1;
 }