diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-05-10 22:52:01 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-05-10 22:52:01 +0400 |
commit | bc953ee7602b6a4278fc5c13a83ad570444f5cc6 (patch) | |
tree | d5f2c84460ffb9b838baccd5a315bfad04832d0f /src/filter.h | |
parent | c29b6dc179123cdb7b47cb12b6c3bd7a2d053994 (diff) | |
download | rspamd-bc953ee7602b6a4278fc5c13a83ad570444f5cc6.tar.gz rspamd-bc953ee7602b6a4278fc5c13a83ad570444f5cc6.zip |
* Add Subject header that indicate how Subject must be rewritten in case of 'rewrite subject' action
Fix initialization order of json settings.
Diffstat (limited to 'src/filter.h')
-rw-r--r-- | src/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter.h b/src/filter.h index 2c3dde4fc..dbc13defa 100644 --- a/src/filter.h +++ b/src/filter.h @@ -62,6 +62,7 @@ struct metric { GHashTable *descriptions; /**< descriptions of symbols in metric */ enum rspamd_metric_action action; /**< action to do by this metric by default */ GList *actions; /**< actions that can be performed by this metric */ + gchar *subject; /**< subject rewrite string */ }; /** |