From 474b4f809c7321c47c0ddc68b563dd69cbf2cef9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 18 Feb 2011 18:04:01 +0300 Subject: Remove symbols that are included into a composite when all composites are processed. --- src/filter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filter.h') 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 { -- cgit v1.2.3