diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 028954c71..04b45b8d5 100644 --- a/src/main.h +++ b/src/main.h @@ -213,6 +213,7 @@ struct worker_task { struct timespec ts; /**< time of connection */ struct rspamd_view *view; /**< matching view */ gboolean view_checked; + gboolean pass_all_filters; /**< pass task throught every rule */ uint32_t parser_recursion; /**< for avoiding recursion stack overflow */ }; |