diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-10-19 20:35:27 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-10-19 20:35:27 +0400 |
commit | 966ffa12854e46ede0e1fe67fa5d02345b6e99a0 (patch) | |
tree | 377f3c79bab3ce1166797d6514776639aa47456d /src/view.h | |
parent | f2fa5e52e91742bcb3111f154ead19fa2f9cf830 (diff) | |
download | rspamd-966ffa12854e46ede0e1fe67fa5d02345b6e99a0.tar.gz rspamd-966ffa12854e46ede0e1fe67fa5d02345b6e99a0.zip |
* Do not really check messages that should be skipped
* Add Skip state for such messages (not False and not True)
Diffstat (limited to 'src/view.h')
-rw-r--r-- | src/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view.h b/src/view.h index 91a5d6277..9114c6393 100644 --- a/src/view.h +++ b/src/view.h @@ -25,5 +25,6 @@ gboolean add_view_ip (struct rspamd_view *view, char *line); gboolean add_view_symbols (struct rspamd_view *view, char *line); gboolean check_view (GList *views, const char *symbol, struct worker_task *task); +gboolean check_skip (GList *views, struct worker_task *task); #endif |