summaryrefslogtreecommitdiffstats
path: root/src/filter.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-02-18 18:04:01 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-02-18 18:04:01 +0300
commit474b4f809c7321c47c0ddc68b563dd69cbf2cef9 (patch)
tree2bcd42f4f19b72ea9c958a16e169a556716453a8 /src/filter.h
parentf0eafb45ef94088c91ec552d8dbd7c30e37c1bb1 (diff)
downloadrspamd-474b4f809c7321c47c0ddc68b563dd69cbf2cef9.tar.gz
rspamd-474b4f809c7321c47c0ddc68b563dd69cbf2cef9.zip
Remove symbols that are included into a composite when all composites are processed.
Diffstat (limited to 'src/filter.h')
-rw-r--r--src/filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter.h b/src/filter.h
index 924e1eac9..cea49893b 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -31,6 +31,7 @@ struct filter {
struct symbol {
double score; /**< symbol's score */
GList *options; /**< list of symbol's options */
+ const gchar *name;
};
enum rspamd_metric_action {