diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-03-08 22:12:17 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-03-08 22:12:17 +0000 |
commit | 326f96d599a7b7906c6c857f895ef344212eab21 (patch) | |
tree | 19b7b4140a01937ae2ed3743c390a597c69de091 /src/main.h | |
parent | 7cc016c601bc731b1cc6a46c09d21cb41b16b105 (diff) | |
download | rspamd-326f96d599a7b7906c6c857f895ef344212eab21.tar.gz rspamd-326f96d599a7b7906c6c857f895ef344212eab21.zip |
Add Log header to prevent logging of a task.
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 338c09f45..b47379c03 100644 --- a/src/main.h +++ b/src/main.h @@ -248,6 +248,7 @@ struct worker_task { guint32 scan_milliseconds; /**< how much milliseconds passed */ gboolean view_checked; gboolean pass_all_filters; /**< pass task throught every rule */ + gboolean no_log; /**< do not log or write this task to the history */ guint32 parser_recursion; /**< for avoiding recursion stack overflow */ gboolean (*fin_callback)(void *arg); /**< calback for filters finalizing */ void *fin_arg; /**< argument for fin callback */ |